From 10894c690df6738a3d7d936c4a710bbdeab89a63 Mon Sep 17 00:00:00 2001 From: YoshiRulz Date: Fri, 30 May 2025 02:07:28 +1000 Subject: [PATCH] Fix code style warning on `PathEntryCollection._displayNameLookup` fixes e513a856b --- src/BizHawk.Client.Common/config/PathEntryCollection.cs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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",