mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 22:11:26 +12:00
Patches/PPU: Implement HLE/LLE/With-TOC function call patches
Example patches: [ jumpf, 0x12340, "cellGcmSys:cellGcmSetFlip"] // Places a call to cellGcmSetFlip at 0x12340 [ jumpf, 0x12340, "cellGcmSys:0xDC09357E"] // Same, using FNID [ jumpf, 0x12340, 0x2345678 ] # Function OPD based call eading OPD at 0x2345678
This commit is contained in:
parent
b217e8384c
commit
65c9cd99cd
9 changed files with 246 additions and 31 deletions
|
@ -618,5 +618,5 @@ void cellSysutil_MsgDialog_init()
|
|||
REG_FUNC(cellSysutil, cellMsgDialogAbort);
|
||||
|
||||
// Helper Function
|
||||
REG_FUNC(cellSysutil, exit_game).flag(MFF_HIDDEN);
|
||||
REG_HIDDEN_FUNC(exit_game);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue