mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-06 04:04: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
|
|
@ -161,6 +161,7 @@ public:
|
|||
|
||||
void SetNotificationInset(int nHorizontalInset, int nVerticalInset);
|
||||
void SetupOverlay();
|
||||
void UnSetupOverlay();
|
||||
|
||||
void HookReady(bool ready);
|
||||
|
||||
|
|
@ -202,6 +203,7 @@ public:
|
|||
|
||||
void SetNotificationInset(int nHorizontalInset, int nVerticalInset) {}
|
||||
void SetupOverlay() {}
|
||||
void UnSetupOverlay() {}
|
||||
|
||||
void HookReady(bool ready) {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue