Pull upstream

This commit is contained in:
ds22x 2024-07-20 17:29:26 +02:00
commit 7f3efe5691

View File

@ -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"