13 lines
272 B
C#
13 lines
272 B
C#
![]() |
using BizHawk.Emulation.Common;
|
|||
|
|
|||
|
namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx
|
|||
|
{
|
|||
|
public partial class GPGX : IDriveLight
|
|||
|
{
|
|||
|
public bool DriveLightEnabled { get; private set; }
|
|||
|
public bool DriveLightOn { get; private set; }
|
|||
|
|
|||
|
private bool _drivelight;
|
|||
|
}
|
|||
|
}
|