mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-12-24 12:42:36 +00:00
add missing functions
This commit is contained in:
@@ -50,6 +50,14 @@ int sceIdStorageIsReadOnly(void);
|
||||
/** sceIdStorageFlush() - Finalizes a write */
|
||||
int sceIdStorageFlush(void);
|
||||
|
||||
int sceIdStorageCreateLeaf(unsigned int leafid);
|
||||
|
||||
int sceIdStorageCreateAtomicLeaves(u16 *leaves, int n);
|
||||
|
||||
int sceIdStorageFormat();
|
||||
|
||||
int sceIdStorageUnformat();
|
||||
|
||||
/**@}*/
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
@@ -91,6 +91,8 @@ int sceSysconGetPolestarVersion(int* version);
|
||||
*/
|
||||
int sceSysconGetTimeStamp(s8 *timeStamp);
|
||||
|
||||
int sceSysconReceiveSetParam(int n, u8 *buf);
|
||||
|
||||
/**@}*/
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
IMPORT_FUNC "sceIdStorage_driver",0x2C97AB36,sceIdStorageDeleteLeaf
|
||||
#endif
|
||||
#ifdef F_sceIdStorage_driver_0015
|
||||
IMPORT_FUNC "sceIdStorage_driver",0x99ACCB71,sceIdStorage_driver_99ACCB71
|
||||
IMPORT_FUNC "sceIdStorage_driver",0x99ACCB71,sceIdStorageCreateAtomicLeaves
|
||||
#endif
|
||||
#ifdef F_sceIdStorage_driver_0016
|
||||
IMPORT_FUNC "sceIdStorage_driver",0x37833CB8,sceIdStorage_driver_37833CB8
|
||||
|
||||
Reference in New Issue
Block a user