mirror of
https://github.com/libretro/Genesis-Plus-GX.git
synced 2024-11-23 00:09:43 +00:00
Pull upstream
This commit is contained in:
commit
7f3efe5691
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user