mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 05:51:27 +12:00
Patches: Add savable breakpoints patch type
This commit is contained in:
parent
b2c6958750
commit
e79fc867c5
12 changed files with 47 additions and 4 deletions
|
@ -52,6 +52,7 @@ enum class patch_type
|
|||
bd64, // be64 with data hint (non-code)
|
||||
bef32,
|
||||
bef64,
|
||||
bp_exec, // Execution Breakpoint
|
||||
utf8, // Text of string (not null-terminated automatically)
|
||||
c_utf8, // Text of string (null-terminated automatically)
|
||||
move_file, // Move file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue