diff options
author | TheOfficialFloW | 2017-10-07 21:27:10 +0200 |
---|---|---|
committer | GitHub | 2017-10-07 21:27:10 +0200 |
commit | f872018cfc856a731a87a85ac33f3c22013f31c0 (patch) | |
tree | 984bbc464418a4f20ad520f8d0c7571bb5cb67bf | |
parent | Add some sceAVConfig volume functions (diff) | |
parent | Rename sceCompatGetDevInfo to sceCompatGetDevInf (diff) | |
download | vds-libraries-f872018cfc856a731a87a85ac33f3c22013f31c0.tar.gz |
Merge pull request #230 from d3m3vilurr/rename-sceCompatGetDevInf-2
Rename sceCompatGetDevInfo to sceCompatGetDevInf
-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 |