Fixed cwcheat 0x0 > 0x80000000 bug

Thanks @Kingcom
This commit is contained in:
sum2012 2014-01-19 23:55:42 +08:00
parent 5508e62ed6
commit 588d67ac64

View file

@ -260,7 +260,7 @@ void CWCheatEngine::Run() {
int value;
unsigned int comm = code[0];
int arg = code[1];
u32 arg = code[1];
int addr = GetAddress(comm & 0x0FFFFFFF);
switch (comm >> 28) {