Homebrew Question libusbfs DEV QUESTION

  • Thread starter Thread starter midstor
  • Start date Start date
  • Views Views 1,323
  • Replies Replies 2

midstor

Well-Known Member
Member
Joined
Aug 1, 2018
Messages
299
Reaction score
137
Trophies
0
Age
27
XP
816
Country
United States
Notice:Saying things such as "tx sucks" or anything not helpful, please do not post those its not helpful.

So I have been working on making a "horizon nand dumping tool" for Nintendo Switch that can dump to hard drive, this is possible with libusbfs but I can not
get it to work
Are there any examples i can take reference to?

btw my problem is that its just not detecting my hdd
 
Notice:Saying things such as "tx sucks" or anything not helpful, please do not post those its not helpful.

So I have been working on making a "horizon nand dumping tool" for Nintendo Switch that can dump to hard drive, this is possible with libusbfs but I can not
get it to work
Are there any examples i can take reference to?

btw my problem is that its just not detecting my hdd

Full disclosure, I implemented that for exFAT. However you more than likely did not initialize the service.
 
usbFsDeviceRegister();
usbFsInitialize(); //TX did not say anything about this guy but you need it.
usbFsDeviceUpdate();

then check the mount status.

Also, make sure your usb files are scanned in the SX menu before launching your app.
 
Last edited by marveldragon,
usbFsDeviceRegister();
usbFsInitialize(); //TX did not say anything about this guy but you need it.
usbFsDeviceUpdate();

then check the mount status.

Also, make sure your usb files are scanned in the SX menu before launching your app.

Im not sure if that works, but I would highly recommend initializing the service before calling usbFsDeviceRegister();
 

Site & Scene News

Popular threads in this forum