mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 10:48:36 +12:00
Added cellGcmSetUserHandler that already existed but was never added.
This commit is contained in:
parent
b571f14fe4
commit
2106fb83b2
1 changed files with 1 additions and 1 deletions
|
@ -919,7 +919,7 @@ void cellGcmSys_init()
|
|||
cellGcmSys.AddFunc(0x4d7ce993, cellGcmSetSecondVFrequency);
|
||||
// cellGcmSetSecondVHandler
|
||||
cellGcmSys.AddFunc(0xbd100dbc, cellGcmSetTileInfo);
|
||||
// cellGcmSetUserHandler TODO: Function exists
|
||||
cellGcmSys.AddFunc(0x06edea9e, cellGcmSetUserHandler);
|
||||
// cellGcmSetVBlankFrequency
|
||||
cellGcmSys.AddFunc(0xa91b0402, cellGcmSetVBlankHandler);
|
||||
cellGcmSys.AddFunc(0x983fb9aa, cellGcmSetWaitFlip);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue