mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2024-11-24 10:09:21 +01:00
only allow to load priiloader, if it's really installed
This commit is contained in:
parent
357d1a1976
commit
a2867d3ba3
Binary file not shown.
@ -93,7 +93,7 @@ loaderPrompt()
|
||||
promptWindow.Append(&titleTxt);
|
||||
if(get_nandemu())
|
||||
promptWindow.Append(&nandemu);
|
||||
if(get_priiloader())
|
||||
if(get_priiloader() == 1)
|
||||
promptWindow.Append(&priiloader);
|
||||
promptWindow.Append(&back);
|
||||
promptWindow.Append(&back2);
|
||||
|
Loading…
Reference in New Issue
Block a user