1
0
mirror of synced 2024-11-14 23:07:36 +01:00

Fix Pengo5 test menu crash

Fix Pengo5 test menu crash
This commit is contained in:
Nico Giansanti 2021-07-07 01:06:28 +03:00
parent 692ee36ade
commit 3eddeb165c

View File

@ -1042,6 +1042,10 @@ static InitFunction initTestFunc([]()
// Skip keyboard
injector::MakeRET(mainModuleBase + 0x158E10);
Sequence_isTestReturnValue = 1;
injector::MakeRET(mainModuleBase + 0x240C0);
}, GameID::Pengoe5_Test);
static InitFunction initVF5Func([]()