mirror of
https://github.com/Polprzewodnikowy/N64FlashcartMenu.git
synced 2024-12-26 10:11:51 +01:00
Improve settings editor text
This commit is contained in:
parent
dd3ce84a46
commit
9c0a4b86a2
@ -145,8 +145,9 @@ static void draw (menu_t *menu, surface_t *d) {
|
|||||||
" Background Music : %s\n"
|
" Background Music : %s\n"
|
||||||
" Rumble Feedback : %s\n"
|
" Rumble Feedback : %s\n"
|
||||||
#endif
|
#endif
|
||||||
"Note: Certain settings have the following caveats:\n\n"
|
"\n\n"
|
||||||
"* Requires a flashcart reboot.\n",
|
"Note: Certain settings have the following caveats:\n"
|
||||||
|
"* Requires rebooting the N64 Console.\n",
|
||||||
menu->settings.default_directory,
|
menu->settings.default_directory,
|
||||||
format_switch(menu->settings.pal60_enabled),
|
format_switch(menu->settings.pal60_enabled),
|
||||||
format_switch(menu->settings.show_protected_entries),
|
format_switch(menu->settings.show_protected_entries),
|
||||||
|
Loading…
Reference in New Issue
Block a user