mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
VideoConfig: Remove ConfigChangedCallback on shutdown
This commit is contained in:
@ -190,6 +190,7 @@ struct VideoConfig final
|
||||
VideoConfig() = default;
|
||||
void Refresh();
|
||||
void VerifyValidity();
|
||||
static void Shutdown();
|
||||
|
||||
// General
|
||||
bool bVSync = false;
|
||||
|
Reference in New Issue
Block a user