From 7a0065a48fcf66b361310ab2a8730addb2df9b04 Mon Sep 17 00:00:00 2001 From: Sunguk Lee Date: Sun, 8 Oct 2017 04:20:28 +0900 Subject: Rename sceCompatGetDevInfo to sceCompatGetDevInf Related #201 --- 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 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 -- cgit v1.2.3