mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-03-14 01:27:00 +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
@ -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…
x
Reference in New Issue
Block a user