mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 13:20:30 +00:00
(PC) config_save_file_on_exit off by default
This commit is contained in:
parent
79ea30f54f
commit
c315dc90cf
@ -260,7 +260,11 @@ static unsigned aspect_ratio_idx = ASPECT_RATIO_CONFIG; // Use g_settings.video.
|
||||
#endif
|
||||
|
||||
// Save configuration file on exit
|
||||
#if defined(RARCH_CONSOLE) || defined(ANDROID) || defined(__QNX__) || defined(IOS)
|
||||
static bool config_save_on_exit = true;
|
||||
#else
|
||||
static bool config_save_on_exit = false;
|
||||
#endif
|
||||
|
||||
// Crop overscanned frames.
|
||||
static const bool crop_overscan = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user