This commit is contained in:
sum2012 2014-01-19 13:47:35 +08:00
parent 9eaec5be58
commit 4a4514120b

View File

@ -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);
}