mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-12 20:30:44 -05:00
Movie: Eliminate MovieManager::SetGraphicsConfig.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user