diff --git a/BizHawk.Emulation.Cores/Consoles/Nintendo/SNES/LibsnesCore.cs b/BizHawk.Emulation.Cores/Consoles/Nintendo/SNES/LibsnesCore.cs index e44baab0a1..32854deb81 100644 --- a/BizHawk.Emulation.Cores/Consoles/Nintendo/SNES/LibsnesCore.cs +++ b/BizHawk.Emulation.Cores/Consoles/Nintendo/SNES/LibsnesCore.cs @@ -369,6 +369,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.SNES { IsSGB = true; SystemId = "SNES"; + BoardName = "SGB"; CurrLoadParams = new LoadParams() { @@ -713,7 +714,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.SNES public bool IsLagFrame { get; private set; } public string SystemId { get; private set; } - public string BoardName { get { return null; } } + public string BoardName { get; private set; } public bool DeterministicEmulation {