diff options
| author | JMC47 <JMC4789@gmail.com> | 2025-03-11 18:58:45 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-11 18:58:45 -0400 |
| commit | 1698daef66e549056f01080dbb8b1bd2297316c1 (patch) | |
| tree | 5ca2a039f58ecd6dd3d31abcbedea419ffecc05c /Source/Core/VideoCommon/VideoConfig.cpp | |
| parent | a80062f1b1fd418f933e482f1f2974fd761f3cef (diff) | |
| parent | 44423a3656ebdc7b7cad335532cd67798d54d285 (diff) | |
Merge pull request #13410 from jordan-woyak/movie-vconfig
Movie: Eliminate MovieManager::SetGraphicsConfig.
Diffstat (limited to 'Source/Core/VideoCommon/VideoConfig.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/VideoConfig.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/Core/VideoCommon/VideoConfig.cpp b/Source/Core/VideoCommon/VideoConfig.cpp index 0dec193b7a..0684c78db3 100644 --- a/Source/Core/VideoCommon/VideoConfig.cpp +++ b/Source/Core/VideoCommon/VideoConfig.cpp @@ -44,9 +44,6 @@ static bool IsVSyncActive(bool enabled) void UpdateActiveConfig() { - auto& movie = Core::System::GetInstance().GetMovie(); - if (movie.IsPlayingInput() && movie.IsConfigSaved()) - movie.SetGraphicsConfig(); g_ActiveConfig = g_Config; g_ActiveConfig.bVSyncActive = IsVSyncActive(g_ActiveConfig.bVSync); } |
