mirror of
https://github.com/libretro/RetroArch.git
synced 2024-12-14 04:41:34 +00:00
(Menu) Action start callback - do a refresh at the end
This commit is contained in:
parent
ecbbf1e3bb
commit
8ad44acc5d
@ -1072,11 +1072,14 @@ static void setting_reset_setting(rarch_setting_t* setting)
|
||||
|
||||
int setting_generic_action_start_default(rarch_setting_t *setting)
|
||||
{
|
||||
bool refresh = false;
|
||||
if (!setting)
|
||||
return -1;
|
||||
|
||||
setting_reset_setting(setting);
|
||||
|
||||
menu_entries_ctl(MENU_ENTRIES_CTL_SET_REFRESH, &refresh);
|
||||
menu_driver_ctl(RARCH_MENU_CTL_SET_PREVENT_POPULATE, NULL);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user