1
0
mirror of synced 2025-02-01 04:15:50 +01:00

Remove 2D Domefix checkbox stuff

This commit is contained in:
Aaron M 2019-11-23 06:31:08 +13:00
parent 16590b2877
commit 25cc5bec76

View File

@ -263,11 +263,6 @@ static InitFunction StarWarsEs3XFunc([]()
MH_CreateHookApi(L"xinput1_3.dll", "XInputSetState", &XInputStateStarWars, NULL);
}
MH_EnableHook(MH_ALL_HOOKS);
if (ToBool(config["General"]["2D DomeFix"]))
{
//Leave for fix incoming
}
if (ToBool(config["General"]["Remove Camera Error"]))
{