Skip to content

Commit

Permalink
enumerate FAT as a valid filesystem for usb drive file write for maxi…
Browse files Browse the repository at this point in the history
…mum clarity
  • Loading branch information
jmlee337 committed Oct 19, 2023
1 parent 4ef16dc commit fd880f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions loader/source/menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -841,8 +841,8 @@ 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 FAT32 or exFAT to write");
PrintFormat(MENU_SIZE, BLACK, MENU_POS_X, SettingY(14), "Slippi replays.");
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.");
usbStatusY = 16;
break;
}
Expand Down

0 comments on commit fd880f4

Please sign in to comment.