1
0
mirror of synced 2025-01-20 09:42:49 +01:00

- Added FPS limiter to all FnF games

This commit is contained in:
00C0FFEE 2021-04-20 15:54:59 +02:00
parent 57e8d5bc01
commit 73c91b7b9a

View File

@ -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)
{