parent
11cb444b2c
commit
fa15e35603
|
@ -18,7 +18,6 @@ namespace BizHawk.Emulation.Cores.Consoles.Sega.PicoDrive
|
|||
private readonly DiscSectorReader _cdReader;
|
||||
private readonly bool _isPal;
|
||||
|
||||
[CoreConstructor(VSystemID.Raw.GEN, Priority = CorePriority.Low)]
|
||||
[CoreConstructor(VSystemID.Raw.Sega32X)]
|
||||
public PicoDrive(CoreComm comm, GameInfo game, byte[] rom, bool deterministic, SyncSettings syncSettings)
|
||||
: this(comm, game, rom, null, deterministic, syncSettings)
|
||||
|
|
Loading…
Reference in New Issue