mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
libretro, add FM unit setting
This commit is contained in:
parent
6791d84741
commit
63fb265fac
1 changed files with 10 additions and 0 deletions
|
@ -84,6 +84,16 @@ struct retro_core_option_definition option_defs_us[] = {
|
|||
},
|
||||
"disabled"
|
||||
},
|
||||
"picodrive_smstype",
|
||||
"Master System type",
|
||||
"Choose which type of system the core should emulate for Master system",
|
||||
{
|
||||
{ "Auto", NULL },
|
||||
{ "Game Gear", NULL },
|
||||
{ "Master System", NULL },
|
||||
{ NULL, NULL },
|
||||
},
|
||||
"Auto"
|
||||
{
|
||||
"picodrive_smsfm",
|
||||
"Master System FM sound unit",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue