summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJoel162017-11-12 12:39:29 -0600
committerSunguk Lee2017-11-13 04:29:50 +0900
commit9e1223aaef82ff8a3c698c443eb689042e51a885 (patch)
treed3ebf504d1994fd03c3dd279db866dfac74c11ed /include
parentAdded more SceSysclibForDriver NIDs (diff)
downloadvds-libraries-9e1223aaef82ff8a3c698c443eb689042e51a885.tar.gz
rename sceIdStorageIsReadOnly -> vshIdStorageIsReadOnly
Diffstat (limited to 'include')
-rw-r--r--include/user/vshbridge.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/user/vshbridge.h b/include/user/vshbridge.h
index 685f6e2..46cb4a0 100644
--- a/include/user/vshbridge.h
+++ b/include/user/vshbridge.h
@@ -14,7 +14,7 @@ int _vshSblAimgrGetConsoleId(char CID[32]);
int vshIdStorageIsDirty(void);
int vshIdStorageIsFormatted(void);
-int sceIdStorageIsReadOnly(void);
+int vshIdStorageIsReadOnly(void);
int vshSblAimgrIsCEX(void);
int vshSblAimgrIsDEX(void);