Fixed cwcheat 0x0 > 0x80000000 bug
Thanks @Kingcom
This commit is contained in:
parent
5508e62ed6
commit
588d67ac64
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue