mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-09 19:15:48 +00:00
Add audio stretching as a configuration option
This commit is contained in:
parent
b8c867dd7a
commit
26514358f4
4 changed files with 26 additions and 10 deletions
|
@ -110,6 +110,8 @@ struct SConfig : NonCopyable
|
|||
|
||||
bool bDPL2Decoder = false;
|
||||
int iLatency = 14;
|
||||
bool m_audio_stretch = false;
|
||||
int m_audio_stretch_max_latency = 80;
|
||||
|
||||
bool bRunCompareServer = false;
|
||||
bool bRunCompareClient = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue