snes boardname stuff

This commit is contained in:
goyuken 2014-06-12 20:46:42 +00:00
parent b26b26efbe
commit aee94afe05
1 changed files with 2 additions and 1 deletions

View File

@ -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
{