Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JLaferri committed Oct 18, 2018
1 parent 501f143 commit 506ac2e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Source/Core/Core/GeckoCode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,11 @@ static bool InstallCodeHandler()
PowerPC::HostWrite_U32(0x3DE08019, 0x80001f58);
PowerPC::HostWrite_U32(0x61EF10E0, 0x80001f5C);

// Here we are replacing a line in the codehandler with a blr.
// The reason for this is that this is the section of the codehandler
// that attempts to read/write commands for the USB Gecko. These calls
// were sometimes interfering with the Slippi EXI calls and causing
// the game to loop infinitely in EXISync.
PowerPC::HostWrite_U32(0x4E800020, 0x80001D6C);
}

Expand Down

0 comments on commit 506ac2e

Please sign in to comment.