mirror of
https://github.com/libretro/RetroArch
synced 2025-04-03 10:21:31 +00:00
(XMB) Fix OSK
This commit is contained in:
parent
219a07f709
commit
dd2839686b
@ -712,7 +712,7 @@ static void xmb_render_keyboard(xmb_handle_t *xmb,
|
|||||||
{
|
{
|
||||||
unsigned i;
|
unsigned i;
|
||||||
int ptr_width, ptr_height;
|
int ptr_width, ptr_height;
|
||||||
unsigned width = video_info->height;
|
unsigned width = video_info->width;
|
||||||
unsigned height = video_info->height;
|
unsigned height = video_info->height;
|
||||||
float dark[16] = {
|
float dark[16] = {
|
||||||
0.00, 0.00, 0.00, 0.85,
|
0.00, 0.00, 0.00, 0.85,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user