mirror of https://github.com/snes9xgit/snes9x.git
libretro: disable oops snapshots
This commit is contained in:
parent
0c74e2c437
commit
679db377c7
|
@ -259,6 +259,7 @@ void retro_init()
|
|||
Settings.CartAName[0] = 0;
|
||||
Settings.CartBName[0] = 0;
|
||||
Settings.AutoSaveDelay = 1;
|
||||
Settings.DontSaveOopsSnapshot = TRUE;
|
||||
|
||||
CPU.Flags = 0;
|
||||
|
||||
|
|
Loading…
Reference in New Issue