libretro, add FM unit setting

This commit is contained in:
kub 2021-10-27 00:22:26 +02:00
parent 6791d84741
commit 63fb265fac

View file

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