diff --git a/out/bins/ext_booter.bin b/out/bins/ext_booter.bin index f928efa8..fd407d5d 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 b83769bf..cfab2277 100644 Binary files a/out/boot.dol and b/out/boot.dol differ diff --git a/source/defines.h b/source/defines.h index b195fc50..39763a80 100644 --- a/source/defines.h +++ b/source/defines.h @@ -1,6 +1,6 @@ #define APP_NAME "WiiFlow WFL" -#define APP_VERSION "5.4.7 beta 8" +#define APP_VERSION "5.4.7" #define APP_DATA_DIR "wiiflow" #define APPS_DIR "apps/wiiflow" diff --git a/source/devicemounter/PartitionHandle.cpp b/source/devicemounter/PartitionHandle.cpp index e49d5be8..061529c3 100644 --- a/source/devicemounter/PartitionHandle.cpp +++ b/source/devicemounter/PartitionHandle.cpp @@ -276,7 +276,7 @@ s8 PartitionHandle::FindPartitions() { s8 ret = CheckGPT(); if(ret == 0) // if it's a GPT we don't need to go on looking through the mbr anymore - return ret; + break; } if(partition->type == PARTITION_TYPE_DOS33_EXTENDED || partition->type == PARTITION_TYPE_WIN95_EXTENDED) {