mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2024-11-01 15:15:09 +01:00
only support NANDEmu-Boot for Uniiloader booting
This commit is contained in:
parent
f7de221dc8
commit
b1647b4139
@ -247,21 +247,11 @@ main(int argc, char *argv[])
|
||||
|
||||
if(get_nandemu() == 2)
|
||||
{
|
||||
if(opendir(check_path("sd1:/apps/boot253").c_str()) != NULL)
|
||||
{
|
||||
LoadHomebrew ("sd1:/apps/boot253/boot.dol");
|
||||
BootHomebrew ();
|
||||
}
|
||||
else if (opendir(check_path("sd1:/apps/NANDEmu-Boot").c_str()) != NULL)
|
||||
if (opendir(check_path("sd1:/apps/NANDEmu-Boot").c_str()) != NULL)
|
||||
{
|
||||
LoadHomebrew ("sd1:/apps/NANDEmu-Boot/boot.dol");
|
||||
BootHomebrew ();
|
||||
}
|
||||
else if (opendir(check_path("usb1:/apps/boot253").c_str()) != NULL)
|
||||
{
|
||||
LoadHomebrew ("usb1:/apps/boot253/boot.dol");
|
||||
BootHomebrew ();
|
||||
}
|
||||
else if (opendir(check_path("usb1:/apps/NANDEmu-Boot").c_str()) != NULL)
|
||||
{
|
||||
LoadHomebrew ("usb1:/apps/NANDEmu-Boot/boot.dol");
|
||||
|
4
updates
4
updates
@ -3,9 +3,7 @@
|
||||
- installer no longer crashes when IOS253 exists
|
||||
- ISO253 is no more selectable as IOS to load an app with
|
||||
- added support for loading the NAND-Emu (Sorg)
|
||||
(must be one of sd:/apps/boot253/boot.dol
|
||||
sd:/apps/NANDEmu-Boot/boot.dol
|
||||
usb:/apps/boot253/boot.dol
|
||||
(must be one of sd:/apps/NANDEmu-Boot/boot.dol
|
||||
usb:/apps/NANDEmu-Boot/boot.dol)
|
||||
- Basic (= non-working) support for Homebew on DVD
|
||||
- No longer show the HBC if it's installed
|
||||
|
Loading…
Reference in New Issue
Block a user