mirror of https://github.com/LIJI32/SameBoy.git
Drop the Unicode character, RA can't display it with some fonts
This commit is contained in:
parent
474caaccd5
commit
ed7d0546a3
|
@ -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)" },
|
||||
|
|
Loading…
Reference in New Issue