mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-05 11:44:53 +01:00
Basic & Ugly implementation of overlay.
Overlay still WIP, don't look too much into the code. I will do it better soon.
This commit is contained in:
parent
631bcf9edf
commit
e6826d8ead
5 changed files with 586 additions and 393 deletions
|
|
@ -303,7 +303,7 @@ Steam_Client::Steam_Client()
|
|||
|
||||
PRINT_DEBUG("steam client init: id: %llu server id: %llu appid: %u port: %u \n", user_id.ConvertToUint64(), settings_server->get_local_steam_id().ConvertToUint64(), appid, port);
|
||||
|
||||
steam_overlay = new Steam_Overlay(settings_client, callback_results_client, callbacks_client, run_every_runcb);
|
||||
steam_overlay = new Steam_Overlay(settings_client, callback_results_client, callbacks_client, run_every_runcb, network);
|
||||
|
||||
steam_user = new Steam_User(settings_client, local_storage, network, callback_results_client, callbacks_client);
|
||||
steam_friends = new Steam_Friends(settings_client, network, callback_results_client, callbacks_client, run_every_runcb, steam_overlay);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue