mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00:00
Remove HERE macro
Some cleanup. Add location to some functions.
This commit is contained in:
parent
d25c401aec
commit
36c8654fb8
130 changed files with 969 additions and 889 deletions
|
|
@ -223,7 +223,8 @@ bool cheat_engine::resolve_script(u32& final_offset, const u32 offset, const std
|
|||
case operand_add: return param1 += param2;
|
||||
case operand_sub: return param1 -= param2;
|
||||
}
|
||||
ASSERT(false);
|
||||
|
||||
return ensure(0);
|
||||
};
|
||||
|
||||
operand cur_op = operand_equal;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue