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

Merge pull request #2 from Nezarn/fordracing

Ford Racing windowed mode
This commit is contained in:
Reaver 2018-09-12 18:10:25 +03:00 committed by GitHub
commit 5d7f10a4c0

View File

@ -49,5 +49,11 @@ static InitFunction fordRacingFunc([]()
// Hook FFB calls
injector::MakeJMP(0x00467C9A, FordRacingFfbFunc);
if (ToBool(config["General"]["Windowed"]))
{
// TODO: fix mouse to work without alt-tab, make window moveable
injector::MakeNOP(0x466A70 + 0x1BB, 5);
}
}, GameID::FordRacing);
#endif