mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2024-11-23 20:38:07 +01:00
Fix some games that seem to never call the runcallbacks functions.
This commit is contained in:
parent
6cccdd2b16
commit
91d1391644
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ static void background_thread(Steam_Client *client)
|
||||||
global_mutex.lock();
|
global_mutex.lock();
|
||||||
PRINT_DEBUG("background thread run\n");
|
PRINT_DEBUG("background thread run\n");
|
||||||
client->network->Run();
|
client->network->Run();
|
||||||
client->steam_matchmaking->RunBackground();
|
client->run_every_runcb->run();
|
||||||
global_mutex.unlock();
|
global_mutex.unlock();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue