dynarec: make FullCheck the default SMC option

This commit is contained in:
Flyinghead 2019-03-29 20:28:49 +01:00
parent 6438a402df
commit 8e9b1306e1
1 changed files with 1 additions and 1 deletions

View File

@ -494,7 +494,7 @@ void InitSettings()
settings.dreamcast.broadcast = 4; // default
settings.dreamcast.language = 6; // default
settings.dreamcast.FullMMU = false;
settings.dynarec.SmcCheckLevel = NoCheck;
settings.dynarec.SmcCheckLevel = FullCheck;
settings.aica.LimitFPS = true;
settings.aica.NoBatch = false; // This also controls the DSP. Disabled by default
settings.aica.NoSound = false;