From aee94afe0505ad9218b0742ce000d414815bc6d2 Mon Sep 17 00:00:00 2001 From: goyuken Date: Thu, 12 Jun 2014 20:46:42 +0000 Subject: [PATCH] snes boardname stuff --- BizHawk.Emulation.Cores/Consoles/Nintendo/SNES/LibsnesCore.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 {