You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
simplified the text strings for the widescreen option
This commit is contained in:
@@ -24,8 +24,9 @@
|
||||
// Ingame Menu
|
||||
#define TEXT_PAUSE _("PAUSE") // Pause text, Castle Courses
|
||||
#define TEXT_HUD_CONGRATULATIONS _("CONGRATULATIONS") // Course Complete Text, Bowser Courses
|
||||
#define TEXT_HUD_CURRENT_RATIO_43 _("CURRENT ASPECT RATIO: 4:3. PRESS L TO SWITCH TO 16:9")
|
||||
#define TEXT_HUD_CURRENT_RATIO_169 _("CURRENT ASPECT RATIO: 16:9. PRESS L TO SWITCH TO 4:3")
|
||||
#define TEXT_HUD_CURRENT_RATIO_43 _("CURRENT RATIO: 4:3")
|
||||
#define TEXT_HUD_CURRENT_RATIO_169 _("CURRENT RATIO: 16:9")
|
||||
#define TEXT_HUD_PRESS_L _("PRESS L TO SWITCH")
|
||||
#define TEXT_HUD_WIDE_INFO _("PLEASE CONFIGURE YOUR DISPLAY OR YOUR EMULATOR TO")
|
||||
#define TEXT_HUD_WIDE_INFO2 _("STRETCH THE IMAGE TO 16:9")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user