mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-24 15:24:37 -05:00
ConfigManager: fix alignment
This commit is contained in:
parent
9d79a57755
commit
e72b01caa1
|
|
@ -553,7 +553,7 @@ void SConfig::LoadDSPSettings(IniFile& ini)
|
|||
dsp->Get("Backend", &sBackend, BACKEND_NULLSOUND);
|
||||
#endif
|
||||
dsp->Get("Volume", &m_Volume, 100);
|
||||
dsp->Get("CaptureLog", &m_DSPCaptureLog, false);
|
||||
dsp->Get("CaptureLog", &m_DSPCaptureLog, false);
|
||||
}
|
||||
|
||||
void SConfig::LoadFifoPlayerSettings(IniFile& ini)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user