From 6ee8d6d31229edaf98570b6845059e8476a69982 Mon Sep 17 00:00:00 2001 From: adelikat Date: Wed, 25 Mar 2020 18:37:07 -0500 Subject: [PATCH] Add DS to the Core picker dialog --- BizHawk.Emulation.Common/SystemLookup.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BizHawk.Emulation.Common/SystemLookup.cs b/BizHawk.Emulation.Common/SystemLookup.cs index 5bdf5e2256..2c057d45a6 100644 --- a/BizHawk.Emulation.Common/SystemLookup.cs +++ b/BizHawk.Emulation.Common/SystemLookup.cs @@ -33,7 +33,8 @@ namespace BizHawk.Emulation.Common new SystemInfo("ChannelF", "Fairchild Channel F"), new SystemInfo("O2", "Odyssey2"), new SystemInfo("VEC", "Vectrex"), - new SystemInfo("MSX", "MSX") + new SystemInfo("MSX", "MSX"), + new SystemInfo("NDS", "Nintendo DS") }; public SystemInfo this[string systemId]