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:
twinaphex 2017-10-27 17:05:40 +02:00
parent e1bddc8432
commit 08cee280c9

View File

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