mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-27 18:30:56 +00:00
oop
This commit is contained in:
parent
9eaec5be58
commit
4a4514120b
@ -267,7 +267,7 @@ void CWCheatEngine::Run() {
|
||||
case 0: // 8-bit write
|
||||
case 0x1: // 16-bit write
|
||||
case 0x2: // 32-bit write
|
||||
// 8,16,32 bit write should be the same)
|
||||
// 8,16,32 bit write should be the same
|
||||
if (Memory::IsValidAddress(addr)){
|
||||
Memory::Write_U32((u32) arg, addr);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user