mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 07:09:48 -06:00
Wow, I'm dumb. Fix mismatched set/get.
This commit is contained in:
@ -413,7 +413,7 @@ void SConfig::LoadSettings()
|
|||||||
ini.Get("Core", "GFXBackend", &m_LocalCoreStartupParameter.m_strVideoBackend, "");
|
ini.Get("Core", "GFXBackend", &m_LocalCoreStartupParameter.m_strVideoBackend, "");
|
||||||
|
|
||||||
// Movie
|
// Movie
|
||||||
ini.Get("General", "PauseMovie", &m_PauseMovie, false);
|
ini.Get("Movie", "PauseMovie", &m_PauseMovie, false);
|
||||||
ini.Get("Movie", "Author", &m_strMovieAuthor, "");
|
ini.Get("Movie", "Author", &m_strMovieAuthor, "");
|
||||||
|
|
||||||
// DSP
|
// DSP
|
||||||
|
Reference in New Issue
Block a user