mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-03 15:42:32 +00:00
Fixes 8-bit code in issue #2821
This commit is contained in:
parent
8f84907543
commit
5e1e8446cc
@ -437,7 +437,7 @@ void CWCheatEngine::Run() {
|
||||
break;
|
||||
case 0x8: // 8-bit and 16-bit patch code
|
||||
code = GetNextCode();
|
||||
if (code[0] != 0) {
|
||||
if (true) {
|
||||
int data = code[0];
|
||||
int dataAdd = code[1];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user