mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 23:37:46 -04:00
core+platforms, add SMS option to select TMS palette for gfx modes 0-3
This commit is contained in:
parent
dca20effa2
commit
214a6c624c
7 changed files with 36 additions and 2 deletions
|
@ -145,6 +145,20 @@ struct retro_core_option_v2_definition option_defs_us[] = {
|
|||
},
|
||||
"Auto"
|
||||
},
|
||||
{
|
||||
"picodrive_smstms",
|
||||
"Master System Palette in TMS modes",
|
||||
NULL,
|
||||
"Choose which colour palette should be used when an SMS game runs in one of the SG-1000 graphics modes.",
|
||||
NULL,
|
||||
"system",
|
||||
{
|
||||
{ "SMS", NULL },
|
||||
{ "SG-1000", NULL },
|
||||
{ NULL, NULL },
|
||||
},
|
||||
"SMS"
|
||||
},
|
||||
{
|
||||
"picodrive_ramcart",
|
||||
"Sega CD RAM Cart",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue