mirror of
https://github.com/libretro/RetroArch
synced 2025-04-02 07:20:34 +00:00
Change another menu_list_push call to menu_list_push_stack
This commit is contained in:
parent
d86e83db15
commit
15b128b9ad
@ -1154,8 +1154,8 @@ static int setting_data_bind_action_ok(void *data, unsigned action)
|
|||||||
driver.menu->binds.last = setting->bind_type;
|
driver.menu->binds.last = setting->bind_type;
|
||||||
driver.menu->binds.target = bind;
|
driver.menu->binds.target = bind;
|
||||||
driver.menu->binds.player = setting->index_offset;
|
driver.menu->binds.player = setting->index_offset;
|
||||||
menu_list_push(
|
menu_list_push_stack(
|
||||||
driver.menu->menu_list->menu_stack,
|
driver.menu->menu_list,
|
||||||
"",
|
"",
|
||||||
"",
|
"",
|
||||||
driver.menu->bind_mode_keyboard ?
|
driver.menu->bind_mode_keyboard ?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user