unknown PCE-CD games should have PCE as the Game.System, to be consistent with the discs that can be properly identified

This commit is contained in:
adelikat 2020-08-09 15:11:35 -05:00
parent 3eca5286b5
commit 729934aa42
1 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@ namespace BizHawk.Client.Common
case DiscType.TurboGECD:
case DiscType.TurboCD:
game.System = "PCECD";
game.System = "PCE";
break;
case DiscType.Amiga: