SR3 - Stop game pausing when not front
This commit is contained in:
parent
2faf32ebcf
commit
364b164d4c
@ -105,6 +105,9 @@ static InitFunction sr3Func([]()
|
||||
injector::WriteMemory<BYTE>(0x588755, 0xEB, true); // width
|
||||
injector::WriteMemory<BYTE>(0x588762, 0xEB, true); // height
|
||||
|
||||
//Stop game pausing when click off window
|
||||
injector::MakeNOP(0x5588BB, 6);
|
||||
|
||||
MH_Initialize();
|
||||
|
||||
if (ToBool(config["General"]["Windowed"]))
|
||||
|
Loading…
Reference in New Issue
Block a user