Backport lakka patch retroarch-08-osk-perf.patch
This commit is contained in:
parent
207ebe5e59
commit
5326bcf814
|
@ -749,10 +749,10 @@ static void xmb_render_keyboard(xmb_handle_t *xmb,
|
|||
for (i = 0; i < 44; i++)
|
||||
{
|
||||
int line_y = (i / 11) * height / 10.0;
|
||||
uintptr_t texture = xmb->textures.list[XMB_TEXTURE_KEY];
|
||||
|
||||
if (i == id)
|
||||
texture = xmb->textures.list[XMB_TEXTURE_KEY_HOVER];
|
||||
{
|
||||
uintptr_t texture = xmb->textures.list[XMB_TEXTURE_KEY_HOVER];
|
||||
|
||||
menu_display_blend_begin();
|
||||
|
||||
|
@ -765,6 +765,7 @@ static void xmb_render_keyboard(xmb_handle_t *xmb,
|
|||
texture);
|
||||
|
||||
menu_display_blend_end();
|
||||
}
|
||||
|
||||
menu_display_draw_text(xmb->font, grid[i],
|
||||
width/2.0 - (11*ptr_width)/2.0 + (i % 11) * ptr_width + ptr_width/2.0,
|
||||
|
|
Loading…
Reference in New Issue