summaryrefslogtreecommitdiff
path: root/include/kernel/idstorage.h
diff options
context:
space:
mode:
authorReiko Asakura2020-07-24 19:22:28 -0400
committerReiko Asakura2020-07-24 19:22:28 -0400
commitd18ab7b9fc6f59c2319bcdce00bede7e84acdf75 (patch)
tree64bea01fffe15976d94cfbff0b0040a6e606c330 /include/kernel/idstorage.h
parentAdd functions in SceAVConfig (diff)
parentRevert vitasdk commits (diff)
downloadvds-libraries-d18ab7b9fc6f59c2319bcdce00bede7e84acdf75.tar.gz
Merge Vitasdk
Diffstat (limited to 'include/kernel/idstorage.h')
-rw-r--r--include/kernel/idstorage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/kernel/idstorage.h b/include/kernel/idstorage.h
index a28e310..5c98e66 100644
--- a/include/kernel/idstorage.h
+++ b/include/kernel/idstorage.h
@@ -13,7 +13,7 @@ extern "C" {
*
* @return 0 on success, < 0 on error.
*/
-int sceIdStorageReadLeaf(int leafnum, void *buf);
+int sceIdStorageReadLeaf(SceSize leafnum, void *buf);
/**
* @param[in] leafnum - 0x0 ~ 0x80 / leafnum > 0x80 = error
@@ -21,7 +21,7 @@ int sceIdStorageReadLeaf(int leafnum, void *buf);
*
* @return 0 on success, < 0 on error.
*/
-int sceIdStorageWriteLeaf(int leafnum, const void *buf);
+int sceIdStorageWriteLeaf(SceSize leafnum, const void *buf);
#ifdef __cplusplus
}