CDROM: Add "Enable Region Check" option

This commit is contained in:
Connor McLaughlin
2020-04-01 01:48:37 +10:00
parent e36e70a266
commit 15c33ebedb
4 changed files with 7 additions and 2 deletions

View File

@ -879,6 +879,7 @@ void HostInterface::SetDefaultSettings(SettingsInterface& si)
si.SetBoolValue("Display", "VSync", true);
si.SetBoolValue("CDROM", "ReadThread", true);
si.SetBoolValue("CDROM", "RegionCheck", true);
si.SetStringValue("Audio", "Backend", Settings::GetAudioBackendName(AudioBackend::Cubeb));
si.SetBoolValue("Audio", "Sync", true);