Register cellSpursRemoveSystemWorkloadForUtility

Before
! LDR: **** cellSpurs export: [0x31F5196B] at 0x13ab56c

After
! LDR: **** cellSpurs export: [cellSpursRemoveSystemWorkloadForUtility] at 0x13ab56c
This commit is contained in:
scribam 2017-04-06 21:09:27 +02:00 committed by Ivan
parent a1cc40e7b1
commit 7c2af5ceae

View File

@ -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);