mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-11 23:55:46 -04:00
SDL: Fix crash when changing debug settings while running
This commit is contained in:
@ -915,7 +915,7 @@ void SDLHostInterface::DrawDebugMenu()
|
||||
debug_settings_copy.show_spu_state = debug_settings.show_spu_state;
|
||||
debug_settings_copy.show_timers_state = debug_settings.show_timers_state;
|
||||
debug_settings_copy.show_mdec_state = debug_settings.show_mdec_state;
|
||||
SaveAndUpdateSettings();
|
||||
RunLater([this]() { SaveAndUpdateSettings(); });
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user