Skip to content

Commit

Permalink
Pull upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
ds22x committed Jul 20, 2024
2 parents 4f2eedb + 2fd1885 commit 7f3efe5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libretro/libretro_core_options.h
Original file line number Diff line number Diff line change
Expand Up @@ -136,13 +136,13 @@ struct retro_core_option_v2_definition option_defs_us[] = {
"genesis_plus_gx_vdp_mode",
"Force VDP Mode",
NULL,
"Overrides the VDP mode to force it to run at either 60Hz (NTSC) or 50Hz (PAL), regardless of system region.",
"Overrides the VDP mode to force it to run at either NTSC 60Hz or PAL 50Hz, regardless of system region.",
NULL,
"system",
{
{ "auto", "Disabled" },
{ "60hz", "60Hz" },
{ "50hz", "50Hz" },
{ "60hz", "NTSC (60Hz)" },
{ "50hz", "PAL (50Hz)" },
{ NULL, NULL },
},
"auto"
Expand Down

0 comments on commit 7f3efe5

Please sign in to comment.