mirror of
https://github.com/modmii/SysCheck-ModMii-Edition.git
synced 2024-11-21 23:59:19 +01:00
-Giving up on USB loading for now
This commit is contained in:
parent
70e9102f97
commit
3bc718bfa2
@ -31,8 +31,8 @@
|
||||
#include "wiibasics.h"
|
||||
|
||||
// Filename
|
||||
#define REPORT "/sysCheck.csv"
|
||||
#define HASHLOG "/IOSsyscheck.log"
|
||||
#define REPORT "sd:/sysCheck.csv"
|
||||
#define HASHLOG "sd:/IOSsyscheck.log"
|
||||
#define VERSION_1_1_0 65536
|
||||
|
||||
|
||||
@ -995,7 +995,6 @@ int main(int argc, char **argv)
|
||||
// MountUSB();
|
||||
//else
|
||||
MountSD();
|
||||
//fatInitDefault();
|
||||
CheckTime();
|
||||
|
||||
// Initialise the FAT file system
|
||||
|
Loading…
Reference in New Issue
Block a user