Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Wow, I'm dumb. Fix mismatched set/get.
  • Loading branch information
RachelBryk committed Mar 9, 2013
1 parent f6d45ea commit 723371e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Core/Src/ConfigManager.cpp
Expand Up @@ -413,7 +413,7 @@ void SConfig::LoadSettings()
ini.Get("Core", "GFXBackend", &m_LocalCoreStartupParameter.m_strVideoBackend, "");

// Movie
ini.Get("General", "PauseMovie", &m_PauseMovie, false);
ini.Get("Movie", "PauseMovie", &m_PauseMovie, false);
ini.Get("Movie", "Author", &m_strMovieAuthor, "");

// DSP
Expand Down

0 comments on commit 723371e

Please sign in to comment.