Add 32X to AllSystems (resolves #1507)

PlatformChooser only allows systems in AllSystems to be picked, effectively
limiting core choices
This commit is contained in:
YoshiRulz 2019-12-26 19:04:22 +10:00
parent 09595fef9e
commit 93d4056d3e
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 1 additions and 0 deletions

View File

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