mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 16:39:43 +00:00
config_save_on_exit set to true should be the new default from
now on - people can tell RA with flags not to save on exit
This commit is contained in:
parent
ef01743ef9
commit
1c2721742d
@ -309,11 +309,7 @@ static unsigned aspect_ratio_idx = ASPECT_RATIO_CONFIG; // Use g_settings.video.
|
||||
#endif
|
||||
|
||||
// Save configuration file on exit
|
||||
#if defined(RARCH_CONSOLE) || defined(RARCH_MOBILE)
|
||||
static bool config_save_on_exit = true;
|
||||
#else
|
||||
static bool config_save_on_exit = false;
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_OVERLAY
|
||||
// Default overlay directory
|
||||
|
Loading…
Reference in New Issue
Block a user