mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
Remove driver.menu->current_pad
This commit is contained in:
parent
c275006e2c
commit
97c1241a89
@ -168,8 +168,6 @@ void *menu_init(const void *data)
|
||||
menu->push_start_screen = g_settings.menu_show_start_screen;
|
||||
g_settings.menu_show_start_screen = false;
|
||||
|
||||
menu->current_pad = 0;
|
||||
|
||||
update_libretro_info(&g_extern.menu.info);
|
||||
|
||||
menu_shader_manager_init(menu);
|
||||
|
@ -113,7 +113,6 @@ typedef struct
|
||||
/* Points to either shader or
|
||||
* graphics driver's current shader. */
|
||||
struct gfx_shader *parameter_shader;
|
||||
unsigned current_pad;
|
||||
|
||||
struct menu_bind_state binds;
|
||||
struct
|
||||
|
Loading…
x
Reference in New Issue
Block a user