Skip to content

Commit

Permalink
Update references to filesystems
Browse files Browse the repository at this point in the history
no one should be using FAT/FAT16, so remove that mention.
add mention that exFAT is recommended, due to some hotswap problems with FAT32 drives that are somewhat full already
  • Loading branch information
jmlee337 committed Sep 26, 2024
1 parent 41c1488 commit 6d2e93b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions loader/source/menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -849,8 +849,9 @@ static void Menu_GameSelection_Redraw(MenuCtx *ctx)
default: {
PrintFormat(MENU_SIZE, ORANGE, MENU_POS_X, SettingY(11), "[!] WRITE DEVICE FORMAT");
PrintFormat(MENU_SIZE, BLACK, MENU_POS_X, SettingY(12), "Please format USB drive");
PrintFormat(MENU_SIZE, BLACK, MENU_POS_X, SettingY(13), "as FAT, FAT32, or exFAT to");
PrintFormat(MENU_SIZE, BLACK, MENU_POS_X, SettingY(14), "write Slippi replays.");
PrintFormat(MENU_SIZE, BLACK, MENU_POS_X, SettingY(13), "as FAT32 or exFAT (exFAT");
PrintFormat(MENU_SIZE, BLACK, MENU_POS_X, SettingY(14), "recommended) to write");
PrintFormat(MENU_SIZE, BLACK, MENU_POS_X, SettingY(15), "Slippi replays.");
usbStatusY = 16;
break;
}
Expand Down

0 comments on commit 6d2e93b

Please sign in to comment.