- Added FPS limiter to all FnF games
This commit is contained in:
parent
57e8d5bc01
commit
73c91b7b9a
@ -166,7 +166,7 @@ static InitFunction initFunc([]()
|
||||
return;
|
||||
if (GameDetect::currentGame == GameID::TER)
|
||||
return;
|
||||
if (GameDetect::currentGame == GameID::FNFSC)
|
||||
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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user