System: Add an option to preload CD image to RAM

This commit is contained in:
Connor McLaughlin
2020-07-22 00:03:22 +10:00
parent 3187d07d03
commit 9496c992f7
8 changed files with 23 additions and 0 deletions

View File

@ -100,6 +100,7 @@ struct Settings
bool cdrom_read_thread = true;
bool cdrom_region_check = true;
bool cdrom_load_image_to_ram = false;
AudioBackend audio_backend = AudioBackend::Cubeb;
s32 audio_output_volume = 100;