Skip to content

Commit

Permalink
Merged r8232 to branches/release
Browse files Browse the repository at this point in the history
  • Loading branch information
hegyak committed Nov 22, 2014
1 parent 2f527f9 commit 961fc10
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions BizHawk.Client.Common/RomLoader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,9 @@ private bool PreferredPlatformIsDefined(string extension)
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)
{
Expand Down

0 comments on commit 961fc10

Please sign in to comment.