mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-16 03:38:38 +12:00
Patch: new 'load' syntax
[load, path_name1] - load sequence [load, path_name2, -0x40] - same, but modify the addresses by -64
This commit is contained in:
parent
bc098d6b9c
commit
18d472b7e1
2 changed files with 31 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
enum class patch_type
|
||||
{
|
||||
load,
|
||||
byte,
|
||||
le16,
|
||||
le32,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue