Settings: Add audio resampling when running at non-standard speed

This commit is contained in:
Connor McLaughlin
2021-01-10 17:01:21 +10:00
parent 54c7fc6b08
commit a5f9aa11e1
6 changed files with 21 additions and 4 deletions

View File

@ -146,6 +146,7 @@ struct Settings
s32 audio_output_volume = 100;
s32 audio_fast_forward_volume = 100;
u32 audio_buffer_size = 2048;
bool audio_resampling = false;
bool audio_output_muted = false;
bool audio_sync_enabled = true;
bool audio_dump_on_boot = true;