mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator
synced 2025-07-06 22:42:19 +08: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:
@ -212,7 +212,8 @@ STEAMAPI_API bool S_CALLTYPE SteamAPI_Init()
|
||||
Steam_Client* client = get_steam_client();
|
||||
client->userLogIn();
|
||||
#ifndef NO_OVERLAY
|
||||
client->steam_overlay->SetupOverlay();
|
||||
if( client->enable_overlay )
|
||||
client->steam_overlay->SetupOverlay();
|
||||
#endif
|
||||
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user