only support NANDEmu-Boot for Uniiloader booting

This commit is contained in:
Christopher Roy Bratusek 2012-03-17 08:39:46 +01:00
parent f7de221dc8
commit b1647b4139
2 changed files with 2 additions and 14 deletions

View File

@ -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");

View File

@ -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