Skip to content

Commit

Permalink
Merge pull request #567 from degasus/master
Browse files Browse the repository at this point in the history
ConfigManager: fix alignment
  • Loading branch information
lioncash committed Jul 6, 2014
2 parents 9d79a57 + e72b01c commit ab84110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Core/ConfigManager.cpp
Expand Up @@ -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)
Expand Down

0 comments on commit ab84110

Please sign in to comment.