From 729934aa42f198251b6f03221a4ed01972e62a9b Mon Sep 17 00:00:00 2001 From: adelikat Date: Sun, 9 Aug 2020 15:11:35 -0500 Subject: [PATCH] unknown PCE-CD games should have PCE as the Game.System, to be consistent with the discs that can be properly identified --- src/BizHawk.Client.Common/RomLoader.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BizHawk.Client.Common/RomLoader.cs b/src/BizHawk.Client.Common/RomLoader.cs index e29b7784df..264ee752b6 100644 --- a/src/BizHawk.Client.Common/RomLoader.cs +++ b/src/BizHawk.Client.Common/RomLoader.cs @@ -278,7 +278,7 @@ namespace BizHawk.Client.Common case DiscType.TurboGECD: case DiscType.TurboCD: - game.System = "PCECD"; + game.System = "PCE"; break; case DiscType.Amiga: