mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2024-11-23 20:38:07 +01:00
Comment out microsecond sleep that no longer seems necessary.
This commit is contained in:
parent
38ad2c057c
commit
60b627163a
1 changed files with 1 additions and 1 deletions
|
@ -304,7 +304,7 @@ STEAMAPI_API void S_CALLTYPE SteamAPI_RunCallbacks()
|
|||
{
|
||||
PRINT_DEBUG("SteamAPI_RunCallbacks\n");
|
||||
get_steam_client()->RunCallbacks(true, false);
|
||||
std::this_thread::sleep_for(std::chrono::microseconds(1)); //fixes resident evil revelations lagging.
|
||||
//std::this_thread::sleep_for(std::chrono::microseconds(1)); //fixes resident evil revelations lagging. (Seems to work fine without this right now, commenting out)
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue