summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VideoConfig.cpp
diff options
context:
space:
mode:
authorJordan Woyak <jordan.woyak@gmail.com>2025-03-10 18:15:59 -0500
committerJordan Woyak <jordan.woyak@gmail.com>2025-03-10 18:16:49 -0500
commit44423a3656ebdc7b7cad335532cd67798d54d285 (patch)
tree8631578c722f4b622da33c27184add0e09247dca /Source/Core/VideoCommon/VideoConfig.cpp
parent5ed8b7bc9d8f70d5dae4f009939ac9715adf83b4 (diff)
Movie: Eliminate MovieManager::SetGraphicsConfig.
Diffstat (limited to 'Source/Core/VideoCommon/VideoConfig.cpp')
-rw-r--r--Source/Core/VideoCommon/VideoConfig.cpp3
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);
}