Skip to content

Commit

Permalink
try to fix a build bug in config_extra.c
Browse files Browse the repository at this point in the history
Signed-off-by: Simo <[email protected]>
  • Loading branch information
Simo3ds authored Nov 18, 2023
1 parent a810873 commit 3555f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sysmodules/rosalina/source/menus/config_extra.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
config_extra configExtra = { .suppressLeds = true, .cutSlotPower = false, .cutSleepWifi = false, .homeToRosalina = false, .toggleBottomLcd = false, .turnLedsOffStandby = false };
bool configExtraSaved = false;

static const char menuText[7][32] = {
static const char menuText[7][70] = {
"Sopprimi automaticamente i LED",
"Togli lo spegnimento dalle TWL Flashcards",
"Tolgi il wifi al 3DS in modalita' riposo",
Expand Down

0 comments on commit 3555f55

Please sign in to comment.