Add 32X to AllSystems (resolves #1507)
PlatformChooser only allows systems in AllSystems to be picked, effectively limiting core choices
This commit is contained in:
parent
09595fef9e
commit
93d4056d3e
|
@ -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" },
|
||||
|
|
Loading…
Reference in New Issue