Patches/PPU: Add jump_link patch type
This commit is contained in:
@@ -29,6 +29,7 @@ enum class patch_type
|
||||
alloc, // Allocate memory at address (zeroized executable memory)
|
||||
code_alloc,// Allocate memory somewhere, saves branch to memory at specfied address (filled with PPU NOP and branch for returning)
|
||||
jump, // Install special 32-bit jump instruction (PPU only atm)
|
||||
jump_link, // jump + set link (PPU only atm)
|
||||
byte,
|
||||
le16,
|
||||
le32,
|
||||
|
||||
Reference in New Issue
Block a user