Ford Racing windowed mode
This commit is contained in:
parent
d8e03fa31e
commit
0c7e5cd0dc
@ -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
|
Loading…
x
Reference in New Issue
Block a user