mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-16 07:16:36 +00:00
Set savestate_auto_load to false by default - certain cores still
crash with this feature on so we don't want to leave this enabled by default
This commit is contained in:
parent
94a269dbca
commit
db33f26405
@ -535,7 +535,7 @@ static const bool savestate_auto_index = false;
|
||||
* RetroArch will automatically load any savestate with this path on
|
||||
* startup if savestate_auto_load is set. */
|
||||
static const bool savestate_auto_save = false;
|
||||
static const bool savestate_auto_load = true;
|
||||
static const bool savestate_auto_load = false;
|
||||
|
||||
/* Slowmotion ratio. */
|
||||
static const float slowmotion_ratio = 3.0;
|
||||
|
Loading…
Reference in New Issue
Block a user