mirror of
https://github.com/libretro/RetroArch
synced 2025-02-27 09:41:14 +00:00
Enable config_save_on_exit for PC.
Off by default. Phoenix fixes later.
This commit is contained in:
parent
46f29b1178
commit
6654979cbb
@ -99,14 +99,8 @@ int main(int argc, char *argv[])
|
|||||||
|
|
||||||
menu_free();
|
menu_free();
|
||||||
|
|
||||||
// TODO: Commented for now since this conflicts with Phoenix config saving.
|
if (g_extern.config_save_on_exit)
|
||||||
// Either Phoenix frontend needs to have the same amount of options as RGUI
|
config_save_file(g_extern.config_path);
|
||||||
// or we should slim down Phoenix even more (in terms of taking away the options)
|
|
||||||
// and do that with RGUI so that we can uncomment that without Phoenix modifying
|
|
||||||
// the config file on its own based on user preferences.
|
|
||||||
|
|
||||||
//if (g_extern.config_save_on_exit)
|
|
||||||
//config_save_file(g_extern.config_path);
|
|
||||||
|
|
||||||
if (g_extern.main_is_init)
|
if (g_extern.main_is_init)
|
||||||
rarch_main_deinit();
|
rarch_main_deinit();
|
||||||
|
@ -34,6 +34,10 @@
|
|||||||
# Sets start directory for RGUI ROM browser.
|
# Sets start directory for RGUI ROM browser.
|
||||||
# rgui_browser_directory =
|
# rgui_browser_directory =
|
||||||
|
|
||||||
|
# Flushes config to disk on exit. Useful for RGUI as settings can be modified.
|
||||||
|
# Overwrites the config. #include's and comments are not preserved.
|
||||||
|
# config_save_on_exit = false
|
||||||
|
|
||||||
#### Video
|
#### Video
|
||||||
|
|
||||||
# Video driver to use. "gl", "xvideo", "sdl"
|
# Video driver to use. "gl", "xvideo", "sdl"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user