mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator
synced 2025-05-23 21:57:40 +08:00
Return a val when EMU_OVERLAY isn't defined.
Steam_Overlay::RegisteredInternalCallbacks must return a value when EMU_OVERLAY isn't defined. (lobby_connect build.)
This commit is contained in:
parent
e2e21441c8
commit
c5afbe9fea
@ -359,7 +359,7 @@ public:
|
|||||||
void SetNotificationInset(int nHorizontalInset, int nVerticalInset) {}
|
void SetNotificationInset(int nHorizontalInset, int nVerticalInset) {}
|
||||||
void SetupOverlay() {}
|
void SetupOverlay() {}
|
||||||
void UnSetupOverlay() {}
|
void UnSetupOverlay() {}
|
||||||
bool RegisteredInternalCallbacks() {}
|
bool RegisteredInternalCallbacks() const { return true; }
|
||||||
|
|
||||||
void HookReady(bool ready) {}
|
void HookReady(bool ready) {}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user