CDROM: Add option to speed up double speed reads

This commit is contained in:
Connor McLaughlin
2020-10-05 00:05:14 +10:00
parent 51e8eb108e
commit 8ba93b36a0
8 changed files with 106 additions and 7 deletions

View File

@ -123,6 +123,7 @@ struct Settings
bool cdrom_region_check = true;
bool cdrom_load_image_to_ram = false;
bool cdrom_mute_cd_audio = false;
u32 cdrom_read_speedup = 1;
AudioBackend audio_backend = AudioBackend::Cubeb;
s32 audio_output_volume = 100;