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

remove camera error

This commit is contained in:
Aaron M 2019-11-17 10:27:46 +13:00
parent 706707b6a8
commit a1e7d2a74a

View File

@ -142,6 +142,12 @@ static InitFunction StarWarsEs3XFunc([]()
//Leave for fix incoming
}
if (ToBool(config["General"]["Remove Camera Error"]))
{
injector::MakeNOP(imageBase + 0xD82EE, 6, true);
injector::MakeNOP(imageBase + 0xD83F2, 6, true);
}
}, GameID::StarWarsEs3X);
static InitFunction StarWarsEs3XLauncherFunc([]()