mirror of
https://github.com/modmii/SysCheck-ModMii-Edition.git
synced 2024-11-22 08:09: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"
|
#include "wiibasics.h"
|
||||||
|
|
||||||
// Filename
|
// Filename
|
||||||
#define REPORT "/sysCheck.csv"
|
#define REPORT "sd:/sysCheck.csv"
|
||||||
#define HASHLOG "/IOSsyscheck.log"
|
#define HASHLOG "sd:/IOSsyscheck.log"
|
||||||
#define VERSION_1_1_0 65536
|
#define VERSION_1_1_0 65536
|
||||||
|
|
||||||
|
|
||||||
@ -995,7 +995,6 @@ int main(int argc, char **argv)
|
|||||||
// MountUSB();
|
// MountUSB();
|
||||||
//else
|
//else
|
||||||
MountSD();
|
MountSD();
|
||||||
//fatInitDefault();
|
|
||||||
CheckTime();
|
CheckTime();
|
||||||
|
|
||||||
// Initialise the FAT file system
|
// Initialise the FAT file system
|
||||||
|
Loading…
Reference in New Issue
Block a user