diff --git a/src/BizHawk.Client.Common/config/PathEntryCollection.cs b/src/BizHawk.Client.Common/config/PathEntryCollection.cs index 33259e9863..4f7ed845a3 100644 --- a/src/BizHawk.Client.Common/config/PathEntryCollection.cs +++ b/src/BizHawk.Client.Common/config/PathEntryCollection.cs @@ -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",