diff --git a/user/usb.c b/user/usb.c index c5a5457..c30d0b9 100644 --- a/user/usb.c +++ b/user/usb.c @@ -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