never show uniiloader in external menu while running under neek2o

This commit is contained in:
Christopher Roy Bratusek 2012-04-07 22:49:59 +02:00
parent 374aa24310
commit 758d3f4b1f
2 changed files with 3 additions and 2 deletions

View File

@ -5,6 +5,7 @@
#include "main.h"
#include "menu.h"
#include "Tools/SelectIos.h"
#include "uneek_fs.h"
/*** Extern variables ***/
extern GuiWindow * mainWindow;
@ -91,7 +92,7 @@ loaderPrompt()
promptWindow.Append(&dialogBoxImg);
promptWindow.Append(&titleTxt);
if(get_nandemu())
if(get_nandemu() && ! check_uneek_fs())
promptWindow.Append(&nandemu);
if(get_priiloader() == 1)
promptWindow.Append(&priiloader);

View File

@ -649,4 +649,4 @@ bool WII_Launch_Channel(char* which)
// basically, it shouldn't get here I assume
#endif //HW_RVL
return false;
}
}