NullEmulator - add a ServiceNotApplicable decoration

This commit is contained in:
adelikat 2017-05-05 09:54:46 -05:00
parent a0956f39cc
commit 34d1e4fe57
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ namespace BizHawk.Emulation.Common
{
[CoreAttributes("NullHawk", "", false, true)]
[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 NullEmulator(CoreComm comm, object settings)