diff options
author | Joel16 | 2017-11-12 12:39:29 -0600 |
---|---|---|
committer | Sunguk Lee | 2017-11-13 04:29:50 +0900 |
commit | 9e1223aaef82ff8a3c698c443eb689042e51a885 (patch) | |
tree | d3ebf504d1994fd03c3dd279db866dfac74c11ed /include/user/vshbridge.h | |
parent | Added more SceSysclibForDriver NIDs (diff) | |
download | vds-libraries-9e1223aaef82ff8a3c698c443eb689042e51a885.tar.gz |
rename sceIdStorageIsReadOnly -> vshIdStorageIsReadOnly
Diffstat (limited to 'include/user/vshbridge.h')
-rw-r--r-- | include/user/vshbridge.h | 2 |
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); |