mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2024-11-24 10:09:21 +01:00
never show uniiloader in external menu while running under neek2o
This commit is contained in:
parent
374aa24310
commit
758d3f4b1f
@ -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);
|
||||
|
@ -649,4 +649,4 @@ bool WII_Launch_Channel(char* which)
|
||||
// basically, it shouldn't get here I assume
|
||||
#endif //HW_RVL
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user