VideoConfig: Remove ConfigChangedCallback on shutdown

This commit is contained in:
Dentomologist
2025-04-25 15:21:54 -07:00
parent d0dc8ae5e1
commit 45b9def42c
3 changed files with 23 additions and 7 deletions

View File

@ -190,6 +190,7 @@ struct VideoConfig final
VideoConfig() = default;
void Refresh();
void VerifyValidity();
static void Shutdown();
// General
bool bVSync = false;