There was an error while loading. Please reload this page.
1 parent 41b777b commit a6b441aCopy full SHA for a6b441a
1 file changed
source/TrueCrimeNewYorkCity.WidescreenFix/Framelimit.ixx
@@ -146,7 +146,7 @@ export void InitFrameLimiter()
146
pattern = hook::pattern("56 8B 35 ? ? ? ? 57 8B 3D ? ? ? ? 8B FF");
147
injector::MakeJMP(pattern.get_first(), Thread, true);
148
149
- if (fFpsLimit >= 60.0f)
+ if (fFpsLimit >= 0.0f)
150
{
151
if (nFrameLimitType > 0)
152
0 commit comments