mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-05 11:44:53 +01:00
Fix overlay crash in games that load then unload steam api dll.
This commit is contained in:
parent
e0726f2e9d
commit
7c419e0afe
5 changed files with 40 additions and 2 deletions
|
|
@ -830,6 +830,11 @@ bool Steam_Client::BShutdownIfAllPipesClosed()
|
|||
}
|
||||
|
||||
steam_controller->Shutdown();
|
||||
#ifdef EMU_OVERLAY
|
||||
if(!settings_client->disable_overlay)
|
||||
steam_overlay->UnSetupOverlay();
|
||||
#endif
|
||||
|
||||
if (joinable) {
|
||||
background_keepalive.join();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue