Add in 3DS entry for SystemIDDisplayNames

This commit is contained in:
CasualPokePlayer 2023-07-24 00:39:50 -07:00
parent 89b387e50d
commit ff57303821
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ namespace BizHawk.Emulation.Common
/// <remarks>need to think about e.g. Genesis / Mega Drive using one sysID but having a different display name depending on the BIOS region --yoshi</remarks>
public static readonly IReadOnlyDictionary<string, string> SystemIDDisplayNames = new Dictionary<string, string>
{
[VSystemID.Raw._3DS] = "3DS",
[VSystemID.Raw.A26] = "Atari 2600",
[VSystemID.Raw.A78] = "Atari 7800",
[VSystemID.Raw.AmstradCPC] = "Amstrad CPC",