libretro, add FM unit setting
authorkub <derkub@gmail.com>
Tue, 26 Oct 2021 22:22:26 +0000 (00:22 +0200)
committerkub <derkub@gmail.com>
Tue, 26 Oct 2021 22:22:26 +0000 (00:22 +0200)
platform/libretro/libretro_core_options.h

index be23cd7..7cd38ae 100644 (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",