-fixed neek2o mode (oops)

This commit is contained in:
fix94.1 2012-08-11 12:43:27 +00:00
parent 2b32db857a
commit f44356b0c3

View File

@ -41,6 +41,7 @@ bool neek2o(void)
if(!checked)
{
u32 num = 0;
ISFS_Initialize();
neek = !(ISFS_ReadDir("/sneek", NULL, &num));
gprintf("WiiFlow is in %s mode\n", neek ? "neek2o" : "real nand");
checked = true;