Settings: Disable region check by default

This commit is contained in:
Connor McLaughlin
2021-03-29 00:53:15 +10:00
parent 4983c32740
commit 1973419021
2 changed files with 3 additions and 3 deletions

View File

@ -556,7 +556,7 @@ void HostInterface::SetDefaultSettings(SettingsInterface& si)
si.SetFloatValue("Display", "MaxFPS", 0.0f);
si.SetBoolValue("CDROM", "ReadThread", true);
si.SetBoolValue("CDROM", "RegionCheck", true);
si.SetBoolValue("CDROM", "RegionCheck", false);
si.SetBoolValue("CDROM", "LoadImageToRAM", false);
si.SetBoolValue("CDROM", "MuteCDAudio", false);
si.SetIntValue("CDROM", "ReadSpeedup", 1);