mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-25 07:21:14 +01:00
Copypaste fail.
This commit is contained in:
parent
cae8bb33c3
commit
592395bc67
@ -412,18 +412,18 @@ void SConfig::LoadSettings()
|
|||||||
ini.Get("Movie", "Author", &m_strMovieAuthor, "");
|
ini.Get("Movie", "Author", &m_strMovieAuthor, "");
|
||||||
|
|
||||||
// DSP
|
// DSP
|
||||||
ini.Get("Config", "EnableJIT", &m_EnableJIT, true);
|
ini.Get("DSP", "EnableJIT", &m_EnableJIT, true);
|
||||||
ini.Get("Config", "DumpAudio", &m_DumpAudio, false);
|
ini.Get("DSP", "DumpAudio", &m_DumpAudio, false);
|
||||||
#if defined __linux__ && HAVE_ALSA
|
#if defined __linux__ && HAVE_ALSA
|
||||||
ini.Get("Config", "Backend", &sBackend, BACKEND_ALSA);
|
ini.Get("DSP", "Backend", &sBackend, BACKEND_ALSA);
|
||||||
#elif defined __APPLE__
|
#elif defined __APPLE__
|
||||||
ini.Get("Config", "Backend", &sBackend, BACKEND_COREAUDIO);
|
ini.Get("DSP", "Backend", &sBackend, BACKEND_COREAUDIO);
|
||||||
#elif defined _WIN32
|
#elif defined _WIN32
|
||||||
ini.Get("Config", "Backend", &sBackend, BACKEND_DIRECTSOUND);
|
ini.Get("DSP", "Backend", &sBackend, BACKEND_DIRECTSOUND);
|
||||||
#else
|
#else
|
||||||
ini.Get("Config", "Backend", &sBackend, BACKEND_NULLSOUND);
|
ini.Get("DSP", "Backend", &sBackend, BACKEND_NULLSOUND);
|
||||||
#endif
|
#endif
|
||||||
ini.Get("Config", "Volume", &m_Volume, 100);
|
ini.Get("DSP", "Volume", &m_Volume, 100);
|
||||||
}
|
}
|
||||||
|
|
||||||
m_SYSCONF = new SysConf();
|
m_SYSCONF = new SysConf();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user