disable waitable timers for now, they're too OP - plz nerf

This commit is contained in:
FunkyFr3sh 2018-11-30 02:55:51 +01:00
parent b366b77ee0
commit c47a186102
4 changed files with 10 additions and 10 deletions

View file

@ -288,7 +288,7 @@ static void SetMaxFPS()
{
float len = 1000.0f / maxFPS;
ddraw->fpsLimiter.tickLengthNs = len * 10000;
ddraw->fpsLimiter.ticklength = len + 0.5f;
ddraw->fpsLimiter.ticklength = len;// + 0.5f;
}
}