devkitPro / libfat

FAT library for GBA, DS, Gamecube & Wii
http://devkitpro.org/viewforum.php?f=24
55 stars 36 forks source link

UStealth support for Wii U (Extrems) #20

Closed saulfabregwiivc closed 1 year ago

saulfabregwiivc commented 2 years ago

This intends to add support for the UStealth format for Wii U.

For be clear, UStealth is a program on Windows and Wii homebrew. Usually, if the Wii U senses a NTFS or FAT32 partition it will ask if you want to format it at every boot. UStealth "hides" the drive from being detected so you don't get that nagging message. There are other uses for it too, but the point is that UStealth hides the hard drive from being seen. So multiple different apps add support for UStealth so that it can see a hard drive, even if it is hidden.

saulfabregwiivc commented 2 years ago

Tested this modified code with some emulators and one of my friends and it's working.

WinterMute commented 1 year ago

Not required.

The Aroma Ustealth plugin prevents the wiiu menu complaining about "PC formatted" drives.https://github.com/GaryOderNichts/UStealthPlugin obviating the need for special tools to deal with the issue.