mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 20:15:27 +00:00
Register cellSpursRemoveSystemWorkloadForUtility
Before ! LDR: **** cellSpurs export: [0x31F5196B] at 0x13ab56c After ! LDR: **** cellSpurs export: [cellSpursRemoveSystemWorkloadForUtility] at 0x13ab56c
This commit is contained in:
parent
a1cc40e7b1
commit
7c2af5ceae
1 changed files with 7 additions and 0 deletions
|
@ -2311,6 +2311,12 @@ s32 cellSpursWaitForWorkloadShutdown()
|
|||
return CELL_OK;
|
||||
}
|
||||
|
||||
s32 cellSpursRemoveSystemWorkloadForUtility()
|
||||
{
|
||||
UNIMPLEMENTED_FUNC(cellSpurs);
|
||||
return CELL_OK;
|
||||
}
|
||||
|
||||
/// Remove workload
|
||||
s32 cellSpursRemoveWorkload()
|
||||
{
|
||||
|
@ -4258,6 +4264,7 @@ DECLARE(ppu_module_manager::cellSpurs)("cellSpurs", []()
|
|||
REG_FUNC(cellSpurs, cellSpursAddWorkload);
|
||||
REG_FUNC(cellSpurs, cellSpursShutdownWorkload);
|
||||
REG_FUNC(cellSpurs, cellSpursWaitForWorkloadShutdown);
|
||||
REG_FUNC(cellSpurs, cellSpursRemoveSystemWorkloadForUtility);
|
||||
REG_FUNC(cellSpurs, cellSpursRemoveWorkload);
|
||||
REG_FUNC(cellSpurs, cellSpursReadyCountStore);
|
||||
REG_FUNC(cellSpurs, cellSpursGetWorkloadFlag);
|
||||
|
|
Loading…
Add table
Reference in a new issue