Update usb.c

This commit is contained in:
TheOfficialFloW 2017-09-18 12:06:02 +02:00 committed by GitHub
parent bdbcb869c2
commit a29a420eb4

4
usb.c
View File

@ -22,7 +22,7 @@
#include "utils.h"
static int remount_thread(SceSize args, void *argp) {
sceKernelDelayThread(50 * 1000);
sceKernelDelayThread(20 * 1000);
remount(0x800);
return sceKernelExitDeleteThread(0);
}
@ -178,4 +178,4 @@ int stopUsb(SceUID modid) {
remountRelaunch(argv);
return 0;
}
}