mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Add more titles id's for god eater burst fix.
This commit is contained in:
parent
d97d332b47
commit
230ba9a37e
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ 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") //Offset to make God Eater Burst codes work
|
||||
if (gameTitle == "ULUS10563" || gameTitle == "ULJS-00351" || gameTitle == "NPJH50352" ) //Offset to make God Eater Burst codes work
|
||||
address -= 0x7EF00;
|
||||
return address;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue