Skip to content

Commit

Permalink
Remove the cheat address hack for Gods Eater Burst.
Browse files Browse the repository at this point in the history
It's wrong now.  Although the memory is still not being allocated exactly
the same, it's much closer.
  • Loading branch information
unknownbrackets committed Jan 16, 2015
1 parent d38cfe4 commit 14e8114
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Core/CwCheat.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,6 @@ void CWCheatEngine::SkipAllCodes() {

int CWCheatEngine::GetAddress(int value) { //Returns static address used by ppsspp. Some games may not like this, and causes cheats to not work without offset
int address = (value + 0x08800000) & 0x3FFFFFFF;
if (gameTitle == "ULUS10563" || gameTitle == "ULJS-00351" || gameTitle == "NPJH50352" ) //Offset to make God Eater Burst codes work
address -= 0x7EF00;
return address;
}

Expand Down

0 comments on commit 14e8114

Please sign in to comment.