mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-06 04:04:53 +01:00
Added file to disable overlay
Disable the overlay by creating a file disable_overlay.txt next to steam_api.dll
This commit is contained in:
parent
547cbdbb4e
commit
c8288d6bf3
3 changed files with 9 additions and 3 deletions
|
|
@ -124,6 +124,7 @@ public:
|
|||
|
||||
Steam_Overlay* steam_overlay;
|
||||
|
||||
bool enable_overlay = true;
|
||||
bool user_logged_in = false;
|
||||
bool server_init = false;
|
||||
std::thread background_keepalive;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue