NullEmulator - document non-applicable services

This commit is contained in:
adelikat 2016-12-09 10:28:27 -06:00
parent b697110098
commit a898599e69
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ using System.ComponentModel;
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))]
public class NullEmulator : IEmulator, IVideoProvider, ISyncSoundProvider, IAsyncSoundProvider, ISettable<NullEmulator.NullEmulatorSettings, object>
{
public NullEmulator(CoreComm comm, object settings)