From: kub Date: Tue, 26 Oct 2021 22:22:26 +0000 (+0200) Subject: libretro, add FM unit setting X-Git-Tag: v2.00~441 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63fb265fac76b9a7c272e9e2a5bc5760064e988f;p=picodrive.git libretro, add FM unit setting --- 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",