mirror of
https://github.com/libretro/RetroArch
synced 2025-04-18 14:42:30 +00:00
SRAM Autosave enabled by default for PC / mobile, disabled by default
for consoles
This commit is contained in:
parent
bd17c11350
commit
6c3a0b0fea
@ -503,7 +503,11 @@ static const bool pause_nonactive = true;
|
|||||||
|
|
||||||
/* Saves non-volatile SRAM at a regular interval.
|
/* Saves non-volatile SRAM at a regular interval.
|
||||||
* It is measured in seconds. A value of 0 disables autosave. */
|
* It is measured in seconds. A value of 0 disables autosave. */
|
||||||
|
#if defined(HAVE_THREADS) && !defined(RARCH_CONSOLE)
|
||||||
|
static const unsigned autosave_interval = 10;
|
||||||
|
#else
|
||||||
static const unsigned autosave_interval = 0;
|
static const unsigned autosave_interval = 0;
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Publicly announce netplay */
|
/* Publicly announce netplay */
|
||||||
static const bool netplay_public_announce = true;
|
static const bool netplay_public_announce = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user