Dieses Update behebt einige Fehler und fügt Unterstützung für Speichergeräte ohne MBR hinzu.
* fixed fsop_deleteFolder(). apparently unlink() should've never been used to delete a folder because it doesn't delete a folder. now using rmdir(). * Fixed nand and emunand source buttons to set the channels type correctly. * Try to support drives that lack an MBR. taken from usblgx (Blackb0x). * fixed back button for GC settings menu.