mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-06 12:14:54 +01:00
Merge branch 'fixes' into 'master'
Tweaks and fixes See merge request Mr_Goldberg/goldberg_emulator!43
This commit is contained in:
commit
faebaac1ad
15 changed files with 57 additions and 39 deletions
|
|
@ -215,7 +215,7 @@ public:
|
|||
void OpenOverlay(const char* pchDialog) {}
|
||||
void OpenOverlayWebpage(const char* pchURL) {}
|
||||
|
||||
bool ShowOverlay() const {}
|
||||
bool ShowOverlay() const { return false; }
|
||||
void ShowOverlay(bool state) {}
|
||||
bool OpenOverlayHook(bool toggle) {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue