Skip to content

Commit

Permalink
make usb delay longer and consistent
Browse files Browse the repository at this point in the history
mostly intended for usb external HDDs.
  • Loading branch information
israpps authored Sep 17, 2024
1 parent 102b632 commit 6aa96da
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions installer/iop.c
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,10 @@ int IopInitStart(unsigned int flags)

#ifdef EXFAT
SifExecModuleBuffer(usbmass_bd_irx, size_usbmass_bd_irx, 0, NULL, NULL);
sleep(3);
#else
SifExecModuleBuffer(USBHDFSD_irx, size_USBHDFSD_irx, 0, NULL, NULL);
sleep(1);
#endif
sleep(5);

SysCreateThread(SystemInitThread, SysInitThreadStack, SYSTEM_INIT_THREAD_STACK_SIZE, &InitThreadParams, 0x2);

Expand Down

0 comments on commit 6aa96da

Please sign in to comment.