mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 05:32:47 +00:00
SD formatter: allow using the full 11 chars
This commit is contained in:
parent
973fef9eaf
commit
7ce028aa72
@ -361,7 +361,7 @@ u32 SdFormatMenu(void) {
|
||||
if (!user_select) return 1;
|
||||
else cluster_size = cluster_size_table[user_select];
|
||||
|
||||
if (!ShowStringPrompt(label + 2, 9, "Format SD card (%lluMB)?\nEnter label:", sdcard_size_mb))
|
||||
if (!ShowStringPrompt(label + 2, 11 + 1, "Format SD card (%lluMB)?\nEnter label:", sdcard_size_mb))
|
||||
return 1;
|
||||
|
||||
if (!FormatSDCard(emunand_size_mb, cluster_size, label)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user