CDROM: Add "Enable Region Check" option
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user