mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 23:29:17 +00:00
Movie: Eliminate MovieManager::SetGraphicsConfig.
This commit is contained in:
parent
5ed8b7bc9d
commit
44423a3656
3 changed files with 0 additions and 15 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue