diff options
author | Reiko Asakura | 2020-07-24 19:22:28 -0400 |
---|---|---|
committer | Reiko Asakura | 2020-07-24 19:22:28 -0400 |
commit | d18ab7b9fc6f59c2319bcdce00bede7e84acdf75 (patch) | |
tree | 64bea01fffe15976d94cfbff0b0040a6e606c330 /include/user/compat.h | |
parent | Add functions in SceAVConfig (diff) | |
parent | Revert vitasdk commits (diff) | |
download | vds-libraries-d18ab7b9fc6f59c2319bcdce00bede7e84acdf75.tar.gz |
Merge Vitasdk
Diffstat (limited to 'include/user/compat.h')
-rw-r--r-- | include/user/compat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/user/compat.h b/include/user/compat.h index 9868df9..8112c46 100644 --- a/include/user/compat.h +++ b/include/user/compat.h @@ -274,7 +274,7 @@ int sceCompatWriteSharedCtrl(SceCtrlDataPsp *pad_data); * * @return 0 on success, < 0 on error. */ -int sceCompatGetTitleList(void *buf, int length); +int sceCompatGetTitleList(void *buf, SceSize length); /** * Get Memory Card device information |