mirror of
https://github.com/libretro/RetroArch
synced 2025-02-12 00:40:26 +00:00
(XMB) Cleanups
This commit is contained in:
parent
b3babbb23f
commit
1195dea504
@ -1184,14 +1184,14 @@ static void xmb_draw_cursor(gl_t *gl, xmb_handle_t *xmb, float x, float y)
|
||||
static void xmb_render(void)
|
||||
{
|
||||
unsigned i, current, end;
|
||||
xmb_handle_t *xmb = NULL;
|
||||
settings_t *settings = config_get_ptr();
|
||||
|
||||
|
||||
menu_handle_t *menu = menu_driver_get_ptr();
|
||||
|
||||
if (!menu)
|
||||
return;
|
||||
|
||||
xmb_handle_t *xmb = (xmb_handle_t*)menu->userdata;
|
||||
xmb = (xmb_handle_t*)menu->userdata;
|
||||
|
||||
if (!xmb)
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user