Fix issue 316 - cancelling out of the core picker causes exception

This commit is contained in:
adelikat 2014-11-22 15:56:02 +00:00
parent 584b5feaa3
commit be00dae474
1 changed files with 3 additions and 0 deletions

View File

@ -333,6 +333,9 @@ namespace BizHawk.Client.Common
core = CoreInventory.Instance[game.System];
break;
case null:
// The user picked nothing in the Core picker
break;
case "SNES":
if (Global.Config.SNES_InSnes9x && VersionInfo.DeveloperBuild)
{