Null Emulator - add some more metadata
This commit is contained in:
parent
292f71e9c9
commit
342957fb33
|
@ -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<NullEmulator.NullEmulatorSettings, object>
|
||||
{
|
||||
public NullEmulator(CoreComm comm, object settings)
|
||||
|
|
Loading…
Reference in New Issue