Add in 3DS entry for SystemIDDisplayNames
This commit is contained in:
parent
89b387e50d
commit
ff57303821
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue