1
0
mirror of synced 2025-01-19 17:28:46 +01:00

Merge pull request #138 from derole1/patch-3

Fix 6MT warning upon NESYS login
This commit is contained in:
Boomslangnz 2021-05-08 08:44:54 +12:00 committed by GitHub
commit 722f5709cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1195,6 +1195,9 @@ static InitFunction initFunction([]()
injector::MakeNOP(imageBase + 0x1E799, 6);
injector::MakeNOP(imageBase + 0x1E880, 6);
injector::MakeNOP(imageBase + 0x27447, 3);
// Fix 6MT warning upon key entry
injector::WriteMemoryRaw(imageBase + 0xD4AC3, "\xE9\x0E\x01\x00", 4, true);
if (ToBool(config["General"]["Professional Edition Hold Gear"]))
{