Path: blob/master/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NES.IDriveLight.cs
2 views
using BizHawk.Emulation.Common;
namespace BizHawk.Emulation.Cores.Nintendo.NES
{
public partial class NES : IDriveLight
{
public bool DriveLightEnabled { get; private set; }
public bool DriveLightOn { get; private set; }
}
}