--ee-hook: Difference between revisions

From PS4 Developer wiki
Jump to navigation Jump to search
Line 9: Line 9:
|-
|-
| <pre>--ee-hook=0x0028A578,AdvanceClock,,1000</pre> || <pre>First is the offset, second is the instruction,
| <pre>--ee-hook=0x0028A578,AdvanceClock,,1000</pre> || <pre>First is the offset, second is the instruction,
  third is the opcode check that was skipped, fourth is the value of the instruction</pre>
  third is the opcode check that was skipped, fourth is the value of the decrease in speed(?)</pre>
|-
|-
| <pre>--ee-hook=0x0028A578,FastForwardClock</pre> || <pre>First is the offset, second is the instruction.</pre>
| <pre>--ee-hook=0x0028A578,FastForwardClock</pre> || <pre>First is the offset, second is the instruction.</pre>

Revision as of 14:37, 26 February 2024

Command examples

A section for explaining the full usage of a CLI or LUA command
Command Description
ee hook
--ee-hook=0x0028A578,AdvanceClock,,1000
First is the offset, second is the instruction,
 third is the opcode check that was skipped, fourth is the value of the decrease in speed(?)
--ee-hook=0x0028A578,FastForwardClock
First is the offset, second is the instruction.
--ee-hook=0x46fb68,MfifoDrain