mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-10 05:33:14 +00:00
only save config when menu_show_start_screen is enabled if config_save_on_exit is also enabled
This commit is contained in:
parent
a4b90bcede
commit
eac4fc981b
@ -182,7 +182,8 @@ static bool menu_init(menu_handle_t *menu_data)
|
||||
{
|
||||
menu_dialog_push_pending(true, MENU_DIALOG_WELCOME);
|
||||
settings->menu_show_start_screen = false;
|
||||
command_event(CMD_EVENT_MENU_SAVE_CURRENT_CONFIG, NULL);
|
||||
if (settings->config_save_on_exit)
|
||||
command_event(CMD_EVENT_MENU_SAVE_CURRENT_CONFIG, NULL);
|
||||
}
|
||||
|
||||
if ( settings->bundle_assets_extract_enable
|
||||
|
Loading…
x
Reference in New Issue
Block a user