diff --git a/out/bins/ext_booter.bin b/out/bins/ext_booter.bin index ac1fb727..e41c8335 100644 Binary files a/out/bins/ext_booter.bin and b/out/bins/ext_booter.bin differ diff --git a/out/boot.dol b/out/boot.dol index b21b148d..ef0325df 100644 Binary files a/out/boot.dol and b/out/boot.dol differ diff --git a/source/defines.h b/source/defines.h index 0633072e..ea02aa8c 100644 --- a/source/defines.h +++ b/source/defines.h @@ -1,6 +1,6 @@ #define APP_NAME "WiiFlow WFL" -#define APP_VERSION "5.5.4" +#define APP_VERSION "5.5.4-1" #define APP_DATA_DIR "wiiflow" #define APPS_DIR "apps/wiiflow" diff --git a/source/menu/menu_game_boot.cpp b/source/menu/menu_game_boot.cpp index 81a1260f..55b19048 100644 --- a/source/menu/menu_game_boot.cpp +++ b/source/menu/menu_game_boot.cpp @@ -777,7 +777,7 @@ int CMenu::_loadGameIOS(u8 gameIOS, int userIOS, const char *id, bool RealNAND_C { for(CIOSItr itr = _cios_base.begin(); itr != _cios_base.end(); itr++) { - if(itr->first > gameIOS)//compare bases + if(itr->first > gameIOS && itr->first != 38)//compare bases { slot = itr->second;// set to cios slot break;