fix compile error in debug mode, oops

This commit is contained in:
adelikat 2020-03-20 21:05:44 -05:00
parent 7e00b7892f
commit 5c84c94a12
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
{
#if DEBUG
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;
#else
return type;