-FPS fix for FnF games
This commit is contained in:
parent
73c91b7b9a
commit
3e66dce353
@ -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"]);
|
||||
|
Loading…
Reference in New Issue
Block a user