diff --git a/BizHawk.Client.Common/RomLoader.cs b/BizHawk.Client.Common/RomLoader.cs index ba1472454e..f1c4514ae6 100644 --- a/BizHawk.Client.Common/RomLoader.cs +++ b/BizHawk.Client.Common/RomLoader.cs @@ -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) {