mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-02 15:56:48 +00:00
Revert "SRAM Autosave enabled by default for PC / mobile, disabled by default"
This affects performance of games like Kirby Super Star - which use SRAM
as a scratchpad
This reverts commit 6c3a0b0fea
.
This commit is contained in:
parent
e1bddc8432
commit
08cee280c9
@ -503,11 +503,7 @@ static const bool pause_nonactive = true;
|
||||
|
||||
/* Saves non-volatile SRAM at a regular interval.
|
||||
* 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;
|
||||
#endif
|
||||
|
||||
/* Publicly announce netplay */
|
||||
static const bool netplay_public_announce = true;
|
||||
|
Loading…
Reference in New Issue
Block a user