mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator
synced 2025-07-06 22:42:19 +08:00
SteamAPI_Shutdown actually does something now.
This commit is contained in:
@ -421,6 +421,11 @@ void Steam_Client::serverShutdown()
|
||||
server_init = false;
|
||||
}
|
||||
|
||||
void Steam_Client::clientShutdown()
|
||||
{
|
||||
user_logged_in = false;
|
||||
}
|
||||
|
||||
void Steam_Client::setAppID(uint32 appid)
|
||||
{
|
||||
std::lock_guard<std::recursive_mutex> lock(global_mutex);
|
||||
|
Reference in New Issue
Block a user