mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-09-10 03:52:59 +02: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
1 changed files with 1 additions and 1 deletions
|
@ -359,7 +359,7 @@ public:
|
|||
void SetNotificationInset(int nHorizontalInset, int nVerticalInset) {}
|
||||
void SetupOverlay() {}
|
||||
void UnSetupOverlay() {}
|
||||
bool RegisteredInternalCallbacks() {}
|
||||
bool RegisteredInternalCallbacks() const { return true; }
|
||||
|
||||
void HookReady(bool ready) {}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue