Fix 0xC code type

This commit is contained in:
LunaMoo 2015-02-05 15:14:54 +01:00
parent e6af3cf2f4
commit 2e1681cba6

View file

@ -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