file
This commit is contained in:
parent
48913b4653
commit
b1c43a6379
|
@ -0,0 +1,16 @@
|
||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Text;
|
||||||
|
|
||||||
|
using BizHawk.Common;
|
||||||
|
using BizHawk.Emulation.Common;
|
||||||
|
|
||||||
|
namespace BizHawk.Emulation.Cores.Computers.Amiga
|
||||||
|
{
|
||||||
|
public partial class PUAE : IDriveLight
|
||||||
|
{
|
||||||
|
public bool DriveLightEnabled { get; }
|
||||||
|
public bool DriveLightOn { get; private set; }
|
||||||
|
public string DriveLightIconDescription => "Floppy Drive Activity";
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue