Fix code style warning on `PathEntryCollection._displayNameLookup`
fixes e513a856b
This commit is contained in:
parent
db555f6087
commit
10894c690d
|
@ -23,18 +23,17 @@ namespace BizHawk.Client.Common
|
|||
[GLOBAL] = "Global",
|
||||
[COMBINED_SYSIDS_GB] = "Gameboy",
|
||||
[COMBINED_SYSIDS_PCE] = "PC Engine",
|
||||
[VSystemID.Raw.A26] = "Atari 2600",
|
||||
[VSystemID.Raw.A78] = "Atari 7800",
|
||||
[VSystemID.Raw.Amiga] = "Amiga",
|
||||
[VSystemID.Raw.AmstradCPC] = "Amstrad CPC",
|
||||
[VSystemID.Raw.AppleII] = "Apple II",
|
||||
[VSystemID.Raw.Arcade] = "Arcade",
|
||||
[VSystemID.Raw.A26] = "Atari 2600",
|
||||
[VSystemID.Raw.A78] = "Atari 7800",
|
||||
[VSystemID.Raw.C64] = "Commodore 64",
|
||||
[VSystemID.Raw.ChannelF] = "Fairchild Channel F",
|
||||
[VSystemID.Raw.Coleco] = "Coleco",
|
||||
[VSystemID.Raw.Doom] = "Doom",
|
||||
[VSystemID.Raw.DOS] = "DOS",
|
||||
[VSystemID.Raw.Coleco] = "Coleco",
|
||||
[VSystemID.Raw.GBA] = "GBA",
|
||||
[VSystemID.Raw.GBL] = "Gameboy Link",
|
||||
[VSystemID.Raw.GEN] = "Genesis",
|
||||
|
|
Loading…
Reference in New Issue