Remove `GEN` `[CoreConstructor]` from PicoDrive32x

fixes a42b25976
This commit is contained in:
YoshiRulz 2025-03-03 13:03:27 +10:00
parent 11cb444b2c
commit fa15e35603
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 0 additions and 1 deletions

View File

@ -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)