Merge pull request #134 from 00C0FFEE/master
- Added FPS limiter to all FnF games
This commit is contained in:
commit
e4717dcbc3
@ -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"]);
|
||||
|
Loading…
Reference in New Issue
Block a user