mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-24 19:27:27 +00:00
Added a latency setting to the audio settings.
Removed the Sample Rate setting. It is now hardcoded to 48000hz (accurate audio timing). Fixes issue 5672.
This commit is contained in:
parent
73140c7da7
commit
1c462a1eca
11 changed files with 57 additions and 39 deletions
|
@ -37,7 +37,6 @@ struct AudioCommonConfig
|
|||
bool m_DumpAudio;
|
||||
int m_Volume;
|
||||
std::string sBackend;
|
||||
int iFrequency;
|
||||
|
||||
// Load from given file
|
||||
void Load();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue