12 lines
248 B
C#
12 lines
248 B
C#
![]() |
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; }
|
|||
|
}
|
|||
|
}
|