summaryrefslogtreecommitdiff
path: root/include/user/usbstorvstor.h
diff options
context:
space:
mode:
authorSunguk Lee2017-06-21 03:08:05 +0900
committerSunguk Lee2017-06-21 03:08:05 +0900
commit75b53c21bea983a8f2bdeb72cfbf1578ea234c0c (patch)
treeb266f594f5d422b2c890b2ccc231df4f78e9e131 /include/user/usbstorvstor.h
parentManually revert #179 changes (diff)
downloadvds-libraries-75b53c21bea983a8f2bdeb72cfbf1578ea234c0c.tar.gz
Fix SceUsbStorVstorType
remain #179 bugs. change to SceUsbstorVstorType
Diffstat (limited to 'include/user/usbstorvstor.h')
-rw-r--r--include/user/usbstorvstor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/user/usbstorvstor.h b/include/user/usbstorvstor.h
index 664133b..af944d7 100644
--- a/include/user/usbstorvstor.h
+++ b/include/user/usbstorvstor.h
@@ -32,11 +32,11 @@ int sceUsbstorVStorSetDeviceInfo(const char *name, const char *version);
/**
* Start USB virtual storage
*
- * @param[in] type - One of ::SceUsbStorVstorType
+ * @param[in] type - One of ::SceUsbstorVstorType
*
* @return 0 on success, < 0 on error.
*/
-int sceUsbstorVStorStart(SceUsbStorVstorType type);
+int sceUsbstorVStorStart(SceUsbstorVstorType type);
/**
* Stop USB virtual storage