add missing functions

This commit is contained in:
JoseAaronLopezGarcia
2025-12-20 16:52:32 +01:00
parent 34bd6e7b1b
commit 39e33de54a
3 changed files with 11 additions and 1 deletions

View File

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

View File

@@ -91,6 +91,8 @@ int sceSysconGetPolestarVersion(int* version);
*/
int sceSysconGetTimeStamp(s8 *timeStamp);
int sceSysconReceiveSetParam(int n, u8 *buf);
/**@}*/
#ifdef __cplusplus

View File

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