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

@ -61,6 +61,7 @@ struct Settings
bool video_sync_enabled = true;
bool cdrom_read_thread = true;
bool cdrom_region_check = true;
AudioBackend audio_backend = AudioBackend::Cubeb;
bool audio_sync_enabled = true;