dynarec: make FullCheck the default SMC option
This commit is contained in:
parent
6438a402df
commit
8e9b1306e1
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue