diff --git a/BizHawk.Emulation.Common/Base Implementations/NullEmulator.cs b/BizHawk.Emulation.Common/Base Implementations/NullEmulator.cs index f767c3fad1..67c1b26eac 100644 --- a/BizHawk.Emulation.Common/Base Implementations/NullEmulator.cs +++ b/BizHawk.Emulation.Common/Base Implementations/NullEmulator.cs @@ -6,7 +6,7 @@ using System.ComponentModel; namespace BizHawk.Emulation.Common { - [CoreAttributes("NullHawk", "")] + [CoreAttributes("NullHawk", "", false, true, "", "")] public class NullEmulator : IEmulator, IVideoProvider, ISyncSoundProvider, ISoundProvider, ISettable { public NullEmulator(CoreComm comm, object settings)