- minor change and official 5.4.7

This commit is contained in:
Fledge68 2020-10-28 18:36:11 -05:00
parent da479654ad
commit 33c8248380
4 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 MiB

After

Width:  |  Height:  |  Size: 4.1 MiB

View File

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

View File

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