mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-01-30 03:25:39 +00:00
CommonHostInterface: Release save state selector before display
This can have GPU objects, so needs to be released first.
This commit is contained in:
parent
bd164d2735
commit
63cc4ab197
|
@ -95,6 +95,9 @@ void CommonHostInterface::Shutdown()
|
|||
{
|
||||
HostInterface::Shutdown();
|
||||
|
||||
// this has gpu objects so it has to come first
|
||||
m_save_state_selector_ui.reset();
|
||||
|
||||
#ifdef WITH_DISCORD_PRESENCE
|
||||
ShutdownDiscordPresence();
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue