SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit ed7d0546a3af194a1e94931a2b8feaf33bb2cc46 parent 474caaccd55a3a382377799a0e6330bc19d2ba7f Author: Lior Halphon <LIJI32@gmail.com> Date: Mon, 31 Mar 2025 00:01:23 +0300 Drop the Unicode character, RA can't display it with some fonts Diffstat:
| M | libretro/libretro_core_options.inc | 18 | +++++++++--------- |
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/libretro/libretro_core_options.inc b/libretro/libretro_core_options.inc @@ -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)" },
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.