Merge branch 'fixes' into 'master'

Tweaks and fixes

See merge request Mr_Goldberg/goldberg_emulator!43
This commit is contained in:
Soar Qin 2023-05-10 05:21:30 +00:00
commit faebaac1ad
15 changed files with 57 additions and 39 deletions

View file

@ -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) {}