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

Ford Racing windowed mode

This commit is contained in:
Nezarn 2018-09-12 16:15:07 +02:00
parent d8e03fa31e
commit 0c7e5cd0dc

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