mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Fix 0xC code type
This commit is contained in:
parent
e6af3cf2f4
commit
2e1681cba6
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ void CWCheatEngine::SkipCodes(int count) {
|
|||
}
|
||||
|
||||
void CWCheatEngine::SkipAllCodes() {
|
||||
currentCode = codes.size();
|
||||
currentCode = codes.size() - 1;
|
||||
}
|
||||
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue