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:
parent
3eca5286b5
commit
729934aa42
|
@ -278,7 +278,7 @@ namespace BizHawk.Client.Common
|
|||
|
||||
case DiscType.TurboGECD:
|
||||
case DiscType.TurboCD:
|
||||
game.System = "PCECD";
|
||||
game.System = "PCE";
|
||||
break;
|
||||
|
||||
case DiscType.Amiga:
|
||||
|
|
Loading…
Reference in New Issue