From ff57303821df083b0b65e15c8716df1c6cff68bc Mon Sep 17 00:00:00 2001 From: CasualPokePlayer <50538166+CasualPokePlayer@users.noreply.github.com> Date: Mon, 24 Jul 2023 00:39:50 -0700 Subject: [PATCH] Add in 3DS entry for SystemIDDisplayNames --- src/BizHawk.Emulation.Common/Extensions.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/BizHawk.Emulation.Common/Extensions.cs b/src/BizHawk.Emulation.Common/Extensions.cs index 7e597b9e2b..d08c089cf8 100644 --- a/src/BizHawk.Emulation.Common/Extensions.cs +++ b/src/BizHawk.Emulation.Common/Extensions.cs @@ -18,6 +18,7 @@ namespace BizHawk.Emulation.Common /// need to think about e.g. Genesis / Mega Drive using one sysID but having a different display name depending on the BIOS region --yoshi public static readonly IReadOnlyDictionary SystemIDDisplayNames = new Dictionary { + [VSystemID.Raw._3DS] = "3DS", [VSystemID.Raw.A26] = "Atari 2600", [VSystemID.Raw.A78] = "Atari 7800", [VSystemID.Raw.AmstradCPC] = "Amstrad CPC",