mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +00:00
Add missing break in cheat_manager.cpp
This commit is contained in:
parent
f37adc4188
commit
7e0bc26241
1 changed files with 1 additions and 0 deletions
|
@ -304,6 +304,7 @@ bool cheat_engine::resolve_script(u32& final_offset, const u32 offset, const std
|
|||
return false;
|
||||
|
||||
do_operation(cur_op, final_offset, res_value);
|
||||
break;
|
||||
}
|
||||
case '+':
|
||||
cur_op = operand_add;
|
||||
|
|
Loading…
Add table
Reference in a new issue