mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 09:51:58 +00:00
VideoConfig: Remove ConfigChangedCallback on shutdown
This commit is contained in:
parent
d0dc8ae5e1
commit
45b9def42c
3 changed files with 23 additions and 7 deletions
|
@ -190,6 +190,7 @@ struct VideoConfig final
|
|||
VideoConfig() = default;
|
||||
void Refresh();
|
||||
void VerifyValidity();
|
||||
static void Shutdown();
|
||||
|
||||
// General
|
||||
bool bVSync = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue