diff options
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 876f24c..a7e2283 100644 --- a/include/user/compat.h +++ b/include/user/compat.h @@ -282,7 +282,7 @@ int sceCompatGetTitleList(void *buf, int length); * * @return 0 on success, < 0 on error. */ -int sceCompatGetDevInfo(SceIoDevInfo *info); +int sceCompatGetDevInf(SceIoDevInfo *info); /** * Get current secure tick |