From 63fb265fac76b9a7c272e9e2a5bc5760064e988f Mon Sep 17 00:00:00 2001 From: kub Date: Wed, 27 Oct 2021 00:22:26 +0200 Subject: [PATCH] libretro, add FM unit setting --- platform/libretro/libretro_core_options.h | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/platform/libretro/libretro_core_options.h b/platform/libretro/libretro_core_options.h index be23cd78..7cd38ae4 100644 --- a/platform/libretro/libretro_core_options.h +++ b/platform/libretro/libretro_core_options.h @@ -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", -- 2.39.2