libretro: disable oops snapshots

This commit is contained in:
OV2 2012-06-04 19:03:07 +02:00
parent 0c74e2c437
commit 679db377c7
1 changed files with 1 additions and 0 deletions

View File

@ -259,6 +259,7 @@ void retro_init()
Settings.CartAName[0] = 0;
Settings.CartBName[0] = 0;
Settings.AutoSaveDelay = 1;
Settings.DontSaveOopsSnapshot = TRUE;
CPU.Flags = 0;