mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
sms, add ghosting for GG LCD (generic+libretro only)
This commit is contained in:
parent
27005bdb5f
commit
f55ce7bf47
7 changed files with 135 additions and 18 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue