From 55725cf5ec61ac9b3685bc4952095475da5c9178 Mon Sep 17 00:00:00 2001 From: Princess of Sleeping Date: Fri, 26 Jun 2020 21:32:02 +0900 Subject: Fix many args (#451) Changes document and variable types--- include/user/compat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/user/compat.h') diff --git a/include/user/compat.h b/include/user/compat.h index 9a4786e..8957138 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 -- cgit v1.2.3