mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 07:51:28 +12:00
Few module functions added
Implemented: * cellSysutilApGetRequiredMemSize * cellGameContentErrorDialog Binded lv2 SysCall 814 to cellFsUnlink
This commit is contained in:
parent
4d98826259
commit
8adf19c904
5 changed files with 40 additions and 6 deletions
|
@ -18,10 +18,10 @@ enum
|
|||
CELL_SYSUTIL_AP_ERROR_NETIF_CANNOT_CONNECT = 0x8002cd16,
|
||||
};
|
||||
|
||||
int cellSysutilApGetRequiredMemSize()
|
||||
s32 cellSysutilApGetRequiredMemSize()
|
||||
{
|
||||
UNIMPLEMENTED_FUNC(cellSysutilAp);
|
||||
return CELL_OK;
|
||||
cellSysutilAp.Log("cellSysutilApGetRequiredMemSize()");
|
||||
return 1024*1024; // Return 1 MB as required size
|
||||
}
|
||||
|
||||
int cellSysutilApOn()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue