NullEmulator - add a ServiceNotApplicable decoration
This commit is contained in:
parent
a0956f39cc
commit
34d1e4fe57
|
@ -9,7 +9,7 @@ namespace BizHawk.Emulation.Common
|
||||||
{
|
{
|
||||||
[CoreAttributes("NullHawk", "", false, true)]
|
[CoreAttributes("NullHawk", "", false, true)]
|
||||||
[ServiceNotApplicable(typeof(IStatable), typeof(ISaveRam), typeof(IDriveLight), typeof(ICodeDataLogger), typeof(IMemoryDomains),
|
[ServiceNotApplicable(typeof(IStatable), typeof(ISaveRam), typeof(IDriveLight), typeof(ICodeDataLogger), typeof(IMemoryDomains),
|
||||||
typeof(IDebuggable), typeof(IDisassemblable), typeof(IInputPollable), typeof(IRegionable), typeof(ITraceable))]
|
typeof(IDebuggable), typeof(IDisassemblable), typeof(IInputPollable), typeof(IRegionable), typeof(ITraceable), typeof(IBoardInfo))]
|
||||||
public class NullEmulator : IEmulator, IVideoProvider, ISoundProvider, ISettable<NullEmulator.NullEmulatorSettings, object>
|
public class NullEmulator : IEmulator, IVideoProvider, ISoundProvider, ISettable<NullEmulator.NullEmulatorSettings, object>
|
||||||
{
|
{
|
||||||
public NullEmulator(CoreComm comm, object settings)
|
public NullEmulator(CoreComm comm, object settings)
|
||||||
|
|
Loading…
Reference in New Issue