remove unused BoardName property on LibretroCore.cs
This commit is contained in:
parent
ac4f0e97d8
commit
621a533dde
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue