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

-FPS fix for FnF games

This commit is contained in:
00C0FFEE 2021-04-20 16:53:12 +02:00
parent 73c91b7b9a
commit 3e66dce353

View File

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