diff --git a/source/main.cpp b/source/main.cpp index 7007901..96a94b2 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -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"); diff --git a/updates b/updates index c916d1e..0dcdae0 100644 --- a/updates +++ b/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