disable waitable timers for now, they're too OP - plz nerf
This commit is contained in:
parent
b366b77ee0
commit
c47a186102
4 changed files with 10 additions and 10 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue