mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-24 16:49:50 +00:00
Fix for 0x6 cheats
This commit is contained in:
parent
da1c59fa75
commit
c1827698be
@ -365,6 +365,9 @@ void CWCheatEngine::Run() {
|
||||
base += arg3 & 0x0FFFFFFF;
|
||||
arg += arg4;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user