From 4a4514120b4151d0be2da95b20ef037318bb09cb Mon Sep 17 00:00:00 2001 From: sum2012 Date: Sun, 19 Jan 2014 13:47:35 +0800 Subject: [PATCH] oop --- Core/CwCheat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/CwCheat.cpp b/Core/CwCheat.cpp index d5fa25aa4..a1a1371db 100644 --- a/Core/CwCheat.cpp +++ b/Core/CwCheat.cpp @@ -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); }