mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 22:29:21 +00:00
Merge pull request #567 from degasus/master
ConfigManager: fix alignment
This commit is contained in:
commit
ab84110a6d
1 changed files with 1 additions and 1 deletions
|
@ -553,7 +553,7 @@ void SConfig::LoadDSPSettings(IniFile& ini)
|
||||||
dsp->Get("Backend", &sBackend, BACKEND_NULLSOUND);
|
dsp->Get("Backend", &sBackend, BACKEND_NULLSOUND);
|
||||||
#endif
|
#endif
|
||||||
dsp->Get("Volume", &m_Volume, 100);
|
dsp->Get("Volume", &m_Volume, 100);
|
||||||
dsp->Get("CaptureLog", &m_DSPCaptureLog, false);
|
dsp->Get("CaptureLog", &m_DSPCaptureLog, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
void SConfig::LoadFifoPlayerSettings(IniFile& ini)
|
void SConfig::LoadFifoPlayerSettings(IniFile& ini)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue