From 93d4056d3ebc9106cf04d58292cccc06f09762a2 Mon Sep 17 00:00:00 2001 From: YoshiRulz Date: Thu, 26 Dec 2019 19:04:22 +1000 Subject: [PATCH] Add 32X to AllSystems (resolves #1507) PlatformChooser only allows systems in AllSystems to be picked, effectively limiting core choices --- BizHawk.Emulation.Common/SystemLookup.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/BizHawk.Emulation.Common/SystemLookup.cs b/BizHawk.Emulation.Common/SystemLookup.cs index 8ab07f5d4b..3c5df40b0c 100644 --- a/BizHawk.Emulation.Common/SystemLookup.cs +++ b/BizHawk.Emulation.Common/SystemLookup.cs @@ -23,6 +23,7 @@ namespace BizHawk.Emulation.Common new SystemInfo { SystemId = "SMS", FullName = "Sega Master System" }, new SystemInfo { SystemId = "GEN", FullName = "Sega Genesis/Mega Drive" }, + new SystemInfo { SystemId = "32X", FullName = "Sega Genesis 32X/Mega Drive 32X" }, new SystemInfo { SystemId = "SAT", FullName = "Sega Saturn" }, new SystemInfo { SystemId = "PCE", FullName = "PC Engine/TurboGrafx 16" },