diff options
author | Sunguk Lee | 2017-10-08 04:20:28 +0900 |
---|---|---|
committer | Sunguk Lee | 2017-10-08 04:21:47 +0900 |
commit | 7a0065a48fcf66b361310ab2a8730addb2df9b04 (patch) | |
tree | 984bbc464418a4f20ad520f8d0c7571bb5cb67bf /include/user/compat.h | |
parent | Add some sceAVConfig volume functions (diff) | |
download | vds-libraries-7a0065a48fcf66b361310ab2a8730addb2df9b04.tar.gz |
Rename sceCompatGetDevInfo to sceCompatGetDevInf
Related #201
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 |