Add DS to the Core picker dialog

This commit is contained in:
adelikat 2020-03-25 18:37:07 -05:00
parent 81bcf45d53
commit 6ee8d6d312
1 changed files with 2 additions and 1 deletions

View File

@ -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]