mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2025-02-20 05:52:41 +01:00
-fixed neek2o mode (oops)
This commit is contained in:
parent
2b32db857a
commit
f44356b0c3
@ -41,6 +41,7 @@ bool neek2o(void)
|
|||||||
if(!checked)
|
if(!checked)
|
||||||
{
|
{
|
||||||
u32 num = 0;
|
u32 num = 0;
|
||||||
|
ISFS_Initialize();
|
||||||
neek = !(ISFS_ReadDir("/sneek", NULL, &num));
|
neek = !(ISFS_ReadDir("/sneek", NULL, &num));
|
||||||
gprintf("WiiFlow is in %s mode\n", neek ? "neek2o" : "real nand");
|
gprintf("WiiFlow is in %s mode\n", neek ? "neek2o" : "real nand");
|
||||||
checked = true;
|
checked = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user