Drop the Unicode character, RA can't display it with some fonts

This commit is contained in:
Lior Halphon 2025-03-31 00:01:23 +03:00
parent 474caaccd5
commit ed7d0546a3
1 changed files with 9 additions and 9 deletions

View File

@ -153,9 +153,9 @@ struct retro_core_option_v2_definition option_defs_us[] = {
NULL,
"video",
{
{ "emulate hardware", "Modern Balanced" },
{ "accurate", "Modern Accurate" },
{ "preserve brightness", "Modern Boost Contrast" },
{ "emulate hardware", "Modern - Balanced" },
{ "accurate", "Modern - Accurate" },
{ "preserve brightness", "Modern - Boost Contrast" },
{ "reduce contrast", "Reduce Contrast" },
{ "correct curves", "Correct Color Curves" },
{ "harsh reality", "Harsh Reality (Low Contrast)" },
@ -444,9 +444,9 @@ struct retro_core_option_v2_definition option_defs_us[] = {
NULL,
"video",
{
{ "emulate hardware", "Modern Balanced" },
{ "accurate", "Modern Accurate" },
{ "preserve brightness", "Modern Boost Contrast" },
{ "emulate hardware", "Modern - Balanced" },
{ "accurate", "Modern - Accurate" },
{ "preserve brightness", "Modern - Boost Contrast" },
{ "reduce contrast", "Reduce Contrast" },
{ "correct curves", "Correct Color Curves" },
{ "harsh reality", "Harsh Reality (Low Contrast)" },
@ -463,9 +463,9 @@ struct retro_core_option_v2_definition option_defs_us[] = {
NULL,
"video",
{
{ "emulate hardware", "Modern Balanced" },
{ "accurate", "Modern Accurate" },
{ "preserve brightness", "Modern Boost Contrast" },
{ "emulate hardware", "Modern - Balanced" },
{ "accurate", "Modern - Accurate" },
{ "preserve brightness", "Modern - Boost Contrast" },
{ "reduce contrast", "Reduce Contrast" },
{ "correct curves", "Correct Color Curves" },
{ "harsh reality", "Harsh Reality (Low Contrast)" },