add pc2 extension for wonderswan

these are pocket challenge v2 roms, which is some handheld system which is actually just a wonderswan inside so these roms work anyways with cygne
This commit is contained in:
CasualPokePlayer 2022-12-21 00:41:42 -08:00
parent 2c75e9bf96
commit c7c5ed229d
2 changed files with 2 additions and 1 deletions

View File

@ -854,7 +854,7 @@ namespace BizHawk.Client.Common
public static readonly IReadOnlyCollection<string> VEC = new[] { "vec" };
public static readonly IReadOnlyCollection<string> WSWAN = new[] { "ws", "wsc" };
public static readonly IReadOnlyCollection<string> WSWAN = new[] { "ws", "wsc", "pc2" };
public static readonly IReadOnlyCollection<string> ZXSpectrum = new[] { "tzx", "tap", "dsk", "pzx" };

View File

@ -346,6 +346,7 @@ namespace BizHawk.Emulation.Common
case ".WS":
case ".WSC":
case ".PC2"
game.System = VSystemID.Raw.WSWAN;
break;