mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-24 17:49:52 +01:00
remove old 125 fps workaround since it isn't needed anymore
This commit is contained in:
parent
67f7f2bfe6
commit
5f1fab04d9
@ -149,9 +149,6 @@ static void SetMaxFPS(int baseMaxFPS)
|
|||||||
if (MaxFPS < 0)
|
if (MaxFPS < 0)
|
||||||
MaxFPS = ddraw->mode.dmDisplayFrequency;
|
MaxFPS = ddraw->mode.dmDisplayFrequency;
|
||||||
|
|
||||||
if (MaxFPS == 0)
|
|
||||||
MaxFPS = 125;
|
|
||||||
|
|
||||||
if (MaxFPS >= 1000)
|
if (MaxFPS >= 1000)
|
||||||
MaxFPS = 0;
|
MaxFPS = 0;
|
||||||
|
|
||||||
|
@ -244,9 +244,6 @@ static void SetMaxFPS()
|
|||||||
if (MaxFPS < 0)
|
if (MaxFPS < 0)
|
||||||
MaxFPS = ddraw->mode.dmDisplayFrequency;
|
MaxFPS = ddraw->mode.dmDisplayFrequency;
|
||||||
|
|
||||||
if (MaxFPS == 0)
|
|
||||||
MaxFPS = 125;
|
|
||||||
|
|
||||||
if (MaxFPS >= 1000 || ddraw->vsync)
|
if (MaxFPS >= 1000 || ddraw->vsync)
|
||||||
MaxFPS = 0;
|
MaxFPS = 0;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user