mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-31 00:22:31 +00:00
(menu_setting.c) Cleanup
This commit is contained in:
parent
2b10519fb8
commit
854aa928dd
@ -235,7 +235,6 @@ int menu_action_handle_setting(rarch_setting_t *setting,
|
||||
unsigned type, unsigned action, bool wraparound)
|
||||
{
|
||||
menu_displaylist_info_t info = {0};
|
||||
menu_handle_t *menu = menu_driver_get_ptr();
|
||||
|
||||
if (!setting)
|
||||
return -1;
|
||||
@ -245,6 +244,8 @@ int menu_action_handle_setting(rarch_setting_t *setting,
|
||||
case ST_PATH:
|
||||
if (action == MENU_ACTION_OK)
|
||||
{
|
||||
menu_handle_t *menu = menu_driver_get_ptr();
|
||||
|
||||
info.list = menu->menu_list->menu_stack;
|
||||
info.type = type;
|
||||
info.directory_ptr = menu->navigation.selection_ptr;
|
||||
|
Loading…
x
Reference in New Issue
Block a user