1
0
mirror of synced 2024-11-15 07:17:35 +01:00

Merge pull request #134 from 00C0FFEE/master

- Added FPS limiter to all FnF games
This commit is contained in:
Nezarn 2021-04-20 16:59:26 +02:00 committed by GitHub
commit e4717dcbc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -166,8 +166,6 @@ static InitFunction initFunc([]()
return;
if (GameDetect::currentGame == GameID::TER)
return;
if (GameDetect::currentGame == GameID::FNFSC)
InitD3D8WindowHook();
if (GameDetect::currentGame == GameID::SnoCross)
{
swShaderHack = ToBool(config["General"]["SoftwareVertexShaders"]);