Should fix issue 5630.

This commit is contained in:
Ryan Houdek 2012-09-24 17:16:34 -05:00
parent 3229bf824c
commit 41266129ba
1 changed files with 1 additions and 0 deletions

View File

@ -155,6 +155,7 @@ void Stop()
StartUp.bDSPHLE = config_cache.bDSPHLE;
StartUp.bDisableWiimoteSpeaker = config_cache.bDisableWiimoteSpeaker;
StartUp.m_strVideoBackend = config_cache.strBackend;
VideoBackend::ActivateBackend(StartUp.m_strVideoBackend);
}
}