remove unused BoardName property on LibretroCore.cs

This commit is contained in:
adelikat 2017-05-01 08:13:36 -05:00
parent ac4f0e97d8
commit 621a533dde
1 changed files with 0 additions and 1 deletions

View File

@ -299,7 +299,6 @@ namespace BizHawk.Emulation.Cores.Libretro
public bool IsLagFrame { get; set; }
public string SystemId { get { return "Libretro"; } }
public bool DeterministicEmulation { get { return false; } }
public string BoardName { get; private set; }
#region ISaveRam
//TODO - terrible things will happen if this changes at runtime