load unknown audio discs as pce-cd (fixes loading of most pce-cd games)

This commit is contained in:
zeromus 2015-07-16 09:30:57 -05:00
parent f95f9af470
commit 3609a9682f
1 changed files with 1 additions and 0 deletions

View File

@ -343,6 +343,7 @@ namespace BizHawk.Client.Common
case DiscType.MegaCD:
game.System = "GEN";
break;
case DiscType.AudioDisc:
case DiscType.TurboCD:
case DiscType.UnknownCDFS:
case DiscType.UnknownFormat: