mirror of
https://github.com/libretro/RetroArch
synced 2025-01-27 12:35:23 +00:00
(GX) Always try to save config file at exit
This commit is contained in:
parent
3669de1228
commit
c48b5a30da
@ -450,8 +450,7 @@ begin_loop:
|
|||||||
goto begin_loop;
|
goto begin_loop;
|
||||||
|
|
||||||
begin_shutdown:
|
begin_shutdown:
|
||||||
if(path_file_exists(default_paths.config_file))
|
rarch_config_save(default_paths.config_file);
|
||||||
rarch_config_save(default_paths.config_file);
|
|
||||||
|
|
||||||
if(g_console.emulator_initialized)
|
if(g_console.emulator_initialized)
|
||||||
rarch_main_deinit();
|
rarch_main_deinit();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user