Skip to content

Commit

Permalink
Fix another misstyping
Browse files Browse the repository at this point in the history
  • Loading branch information
Simo3ds committed Nov 24, 2024
1 parent 707118a commit 1c8c640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sysmodules/rosalina/source/menus.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Menu rosalinaMenu = {
{ "", METHOD, .method = PluginLoader__MenuOption},
{ "Lista Processi", METHOD, .method = &RosalinaMenu_ProcessList },
{ "Opzioni di debug...", MENU, .menu = &debuggerMenu },
{ "Configurazione di sistema...", MENU, .menu = &sysconfigMenu }
{ "Configurazione di sistema...", MENU, .menu = &sysconfigMenu },
{ "Filtri schermo", MENU, .menu = &screenFiltersMenu },
{ "Impostazioni New3DS", MENU, .menu = &N3DSMenu, .visibility = &menuCheckN3ds },
{ "Scambio rapido...", MENU, .menu = &quickSwitchersMenu },
Expand Down

0 comments on commit 1c8c640

Please sign in to comment.