sms, add ghosting for GG LCD (generic+libretro only)

This commit is contained in:
kub 2021-11-04 20:33:28 +01:00
parent 27005bdb5f
commit f55ce7bf47
7 changed files with 135 additions and 18 deletions

View file

@ -125,6 +125,18 @@ struct retro_core_option_definition option_defs_us[] = {
},
"Auto"
},
{
"picodrive_ggghost",
"Game Gear LCD ghosting",
"Enable LCD ghosting emulation.",
{
{ "off", NULL },
{ "weak", NULL },
{ "normal", NULL },
{ NULL, NULL },
},
"off"
},
{
"picodrive_region",
"Region",