[QuickPatch] Remove profile loading error
This commit is contained in:
parent
1d1d49c24c
commit
ef263d35c1
@ -336,6 +336,7 @@ namespace Components
|
||||
Utils::Hook::Set<BYTE>(0x4C37F0, 0xC3); // GamerProfile_UpdateProfileAndSaveIfNeeded
|
||||
Utils::Hook::Set<BYTE>(0x633CA0, 0xC3); // GamerProfile_SetPercentCompleteMP
|
||||
|
||||
Utils::Hook::Nop(0x5AF1EC, 5); // Profile loading error
|
||||
Utils::Hook::Set<BYTE>(0x5AE212, 0xC3); // Profile reading
|
||||
|
||||
// GamerProfile_RegisterCommands
|
||||
|
Loading…
Reference in New Issue
Block a user