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:
twinaphex 2014-03-06 06:23:39 +01:00
parent ef01743ef9
commit 1c2721742d

View File

@ -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