Include auto save state in main_exit_save_config so that iOS users actually get auto saving
This commit is contained in:
parent
c7cc2827a0
commit
ace60b5827
|
@ -81,6 +81,8 @@ void main_exit_save_config(void)
|
|||
g_settings.core_specific_config)
|
||||
config_save_file(g_extern.core_specific_config_path);
|
||||
}
|
||||
|
||||
rarch_main_command(RARCH_CMD_AUTOSAVE_STATE);
|
||||
}
|
||||
|
||||
void main_exit(args_type() args)
|
||||
|
|
Loading…
Reference in New Issue