mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 07:38:05 -04:00
libretro, add FM unit setting
This commit is contained in:
parent
1cdc3f8416
commit
6791d84741
2 changed files with 17 additions and 8 deletions
|
@ -85,16 +85,15 @@ 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",
|
||||
"picodrive_smsfm",
|
||||
"Master System FM sound unit",
|
||||
"Enable the FM Sound Unit emulation. Some MS games produce much better sound, but non-Japanese titles might possibly not run.",
|
||||
{
|
||||
{ "Auto", NULL },
|
||||
{ "Game Gear", NULL },
|
||||
{ "Master System", NULL },
|
||||
{ "off", NULL },
|
||||
{ "on", NULL },
|
||||
{ NULL, NULL },
|
||||
},
|
||||
"disabled"
|
||||
"off"
|
||||
},
|
||||
{
|
||||
"picodrive_region",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue