libretro, add FM unit setting

This commit is contained in:
kub 2021-10-26 23:36:38 +02:00
parent 1cdc3f8416
commit 6791d84741
2 changed files with 17 additions and 8 deletions

View file

@ -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",