1
0
mirror of synced 2024-11-15 07:17:35 +01:00

SR3 - Stop game pausing when not front

This commit is contained in:
Aaron M 2021-08-30 11:12:29 +12:00
parent 2faf32ebcf
commit 364b164d4c

View File

@ -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"]))