mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-19 02:15:47 -04:00
Region flag upgrade & correct NTSC-U to NTSC-U/C
Replace references to NTSC-U with the correct NTSC-U/C and adds Canada in user-facing strings. Replaces all region flags with revised SVGs. Brings the US flag down to 3:2 to match Europe and Japan. Adds a custom split US & Canada flag for the U/C region, also 3:2. Generated PNGs and new HiDPI PNGs for region flags. Flag PNGs were generated by downscaling using a Lanczos filter to a width of 36/72 pixels, then a 1px grey border added, then a 2/5px transparent border.
This commit is contained in:
@ -376,7 +376,7 @@ static std::array<retro_core_option_definition, 32> s_option_definitions = {{
|
||||
"Determines which region/hardware to emulate. Auto-Detect will use the region of the disc inserted.",
|
||||
{{"Auto", "Auto-Detect"},
|
||||
{"NTSC-J", "NTSC-J (Japan)"},
|
||||
{"NTSC-U", "NTSC-U (US)"},
|
||||
{"NTSC-U", "NTSC-U/C (US, Canada)"},
|
||||
{"PAL", "PAL (Europe, Australia)"}},
|
||||
"Auto"},
|
||||
{"duckstation_BIOS.PatchFastBoot",
|
||||
|
Reference in New Issue
Block a user