mirror of https://github.com/snes9xgit/snes9x.git
Enable Settings.ApplyCheats.
This commit is contained in:
parent
6574b5591e
commit
a7d6cb6164
|
@ -208,6 +208,7 @@ Snes9xConfig::load_defaults (void)
|
||||||
Settings.BlockInvalidVRAMAccessMaster = TRUE;
|
Settings.BlockInvalidVRAMAccessMaster = TRUE;
|
||||||
Settings.SoundSync = 1;
|
Settings.SoundSync = 1;
|
||||||
Settings.HDMATimingHack = 100;
|
Settings.HDMATimingHack = 100;
|
||||||
|
Settings.ApplyCheats = 1;
|
||||||
|
|
||||||
#ifdef NETPLAY_SUPPORT
|
#ifdef NETPLAY_SUPPORT
|
||||||
Settings.NetPlay = FALSE;
|
Settings.NetPlay = FALSE;
|
||||||
|
|
Loading…
Reference in New Issue