mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-05 11:44:53 +01:00
Implementing overlay into existing code.
This commit is contained in:
parent
bf9d85755c
commit
a60a106daf
5 changed files with 34 additions and 18 deletions
|
|
@ -200,7 +200,11 @@ S_API bool S_CALLTYPE SteamAPI_Init()
|
|||
crack_SteamAPI_Init();
|
||||
#endif
|
||||
load_old_interface_versions();
|
||||
get_steam_client()->userLogIn();
|
||||
|
||||
Steam_Client* client = get_steam_client();
|
||||
client->userLogIn();
|
||||
client->steam_overlay->SetupOverlay();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue