Skip to content

Commit

Permalink
Added support with udcd_uvc.skprx plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOfficialFloW committed Feb 20, 2019
1 parent d09ee99 commit 8d863b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user/usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ SceUID startUsb(const char *usbDevicePath, const char *imgFilePath, int type) {

// Stop MTP driver
res = sceMtpIfStopDriver(1);
if (res < 0)
if (res < 0 && res != 0x8054360C)
goto ERROR_STOP_DRIVER;

// Set device information
Expand Down

0 comments on commit 8d863b6

Please sign in to comment.