mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-20 03:21:09 +00:00
(RMenu) Settings toggling fixed
This commit is contained in:
parent
25e7595a2d
commit
0ba8db53cb
@ -1981,10 +1981,13 @@ static int select_setting(void *data, uint64_t action)
|
||||
|
||||
menu_stack_pop(rgui->menu_type);
|
||||
break;
|
||||
case RGUI_ACTION_LEFT:
|
||||
case RGUI_ACTION_RIGHT:
|
||||
case RGUI_ACTION_OK:
|
||||
ret = set_setting_action(rgui->menu_type, rgui->selection_ptr, action);
|
||||
break;
|
||||
}
|
||||
|
||||
ret = set_setting_action(rgui->menu_type, rgui->selection_ptr, action);
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user