Improve settings editor text

This commit is contained in:
Robin Jones 2024-10-25 19:27:06 +01:00
parent dd3ce84a46
commit 9c0a4b86a2

View File

@ -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),