mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-23 19:25:35 +08:00
Fix some games that seem to never call the runcallbacks functions.
This commit is contained in:
parent
6cccdd2b16
commit
91d1391644
@ -42,7 +42,7 @@ static void background_thread(Steam_Client *client)
|
||||
global_mutex.lock();
|
||||
PRINT_DEBUG("background thread run\n");
|
||||
client->network->Run();
|
||||
client->steam_matchmaking->RunBackground();
|
||||
client->run_every_runcb->run();
|
||||
global_mutex.unlock();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user