mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 15:45:46 +00:00
configure_audio: User-configuratble option to enable/disable audio stretching
This commit is contained in:
parent
96febf8f85
commit
0984c45a3f
7 changed files with 24 additions and 0 deletions
|
@ -81,6 +81,7 @@ struct Values {
|
|||
|
||||
// Audio
|
||||
std::string sink_id;
|
||||
bool enable_audio_stretching;
|
||||
|
||||
// Debugging
|
||||
bool use_gdbstub;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue