Intellivision - add IStatable to Intellvision.cs, because it is nice to have all the interface implementations in one place
This commit is contained in:
parent
6b02e9d551
commit
2cf14db2ec
|
@ -14,7 +14,7 @@ namespace BizHawk.Emulation.Cores.Intellivision
|
||||||
isReleased: false
|
isReleased: false
|
||||||
)]
|
)]
|
||||||
[ServiceNotApplicable(typeof(ISaveRam))]
|
[ServiceNotApplicable(typeof(ISaveRam))]
|
||||||
public sealed partial class Intellivision : IEmulator, ISettable<Intellivision.IntvSettings, Intellivision.IntvSyncSettings>
|
public sealed partial class Intellivision : IEmulator, IStatable, ISettable<Intellivision.IntvSettings, Intellivision.IntvSyncSettings>
|
||||||
{
|
{
|
||||||
[CoreConstructor("INTV")]
|
[CoreConstructor("INTV")]
|
||||||
public Intellivision(CoreComm comm, GameInfo game, byte[] rom, object Settings, object SyncSettings)
|
public Intellivision(CoreComm comm, GameInfo game, byte[] rom, object Settings, object SyncSettings)
|
||||||
|
|
Loading…
Reference in New Issue