BizHawk/BizHawk.Emulation.Cores/Consoles/PC Engine/PCEngine.IDriveLight.cs

12 lines
244 B
C#

using BizHawk.Emulation.Common;
namespace BizHawk.Emulation.Cores.PCEngine
{
public sealed partial class PCEngine : IDriveLight
{
public bool DriveLightEnabled { get; }
public bool DriveLightOn { get; internal set; }
}
}