CDROM: Implement asynchronous disc reading

This commit is contained in:
Connor McLaughlin
2020-02-22 00:19:10 +09:00
parent 7ece901d57
commit 959a555274
13 changed files with 362 additions and 87 deletions

View File

@ -52,6 +52,8 @@ struct Settings
bool display_fullscreen = false;
bool video_sync_enabled = true;
bool cdrom_read_thread = true;
AudioBackend audio_backend = AudioBackend::Cubeb;
bool audio_sync_enabled = true;