fix compile error in debug mode, oops
This commit is contained in:
parent
7e00b7892f
commit
5c84c94a12
|
@ -125,7 +125,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
|
||||||
{
|
{
|
||||||
#if DEBUG
|
#if DEBUG
|
||||||
if (ret != null)
|
if (ret != null)
|
||||||
throw new Exception($"Boards {ret} and {type} both responded to {nameof(NESBoardBase.Configure)}!");
|
throw new Exception($"Boards {ret} and {type} both responded to {nameof(NesBoardBase.Configure)}!");
|
||||||
ret = type;
|
ret = type;
|
||||||
#else
|
#else
|
||||||
return type;
|
return type;
|
||||||
|
|
Loading…
Reference in New Issue