mirror of
https://github.com/libretro/RetroArch
synced 2025-02-24 09:40:07 +00:00
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…
x
Reference in New Issue
Block a user