mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Fix for 0x6 cheats
This commit is contained in:
parent
da1c59fa75
commit
c1827698be
1 changed files with 3 additions and 0 deletions
|
@ -365,6 +365,9 @@ void CWCheatEngine::Run() {
|
|||
base += arg3 & 0x0FFFFFFF;
|
||||
arg += arg4;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue