This commit is contained in:
feos 2024-12-09 20:44:21 +03:00
parent b1c43a6379
commit e02d22a044
1 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,4 @@
using System;
using System.Collections.Generic;
using System.Collections.Generic;
using System.Text;
using BizHawk.Common;
@ -13,4 +12,4 @@ namespace BizHawk.Emulation.Cores.Computers.Amiga
public bool DriveLightOn { get; private set; }
public string DriveLightIconDescription => "Floppy Drive Activity";
}
}
}