mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-10-04 17:09:09 +00:00
Resolve a documentation error for sceUsbStop parameters
Signed-off-by: Florin9doi <Florin9doi@users.noreply.github.com>
This commit is contained in:
@@ -37,8 +37,8 @@ int sceUsbStart(const char* driverName, int size, void *args);
|
|||||||
* Stop a USB driver.
|
* Stop a USB driver.
|
||||||
*
|
*
|
||||||
* @param driverName - name of the USB driver to stop
|
* @param driverName - name of the USB driver to stop
|
||||||
* @param size - Size of arguments to pass to USB driver start
|
* @param size - Size of arguments to pass to USB driver stop
|
||||||
* @param args - Arguments to pass to USB driver start
|
* @param args - Arguments to pass to USB driver stop
|
||||||
*
|
*
|
||||||
* @return 0 on success
|
* @return 0 on success
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user