diff --git a/src/BizHawk.Client.Common/RomLoader.cs b/src/BizHawk.Client.Common/RomLoader.cs index 6a0461ebb8..2089632315 100644 --- a/src/BizHawk.Client.Common/RomLoader.cs +++ b/src/BizHawk.Client.Common/RomLoader.cs @@ -837,7 +837,7 @@ namespace BizHawk.Client.Common rom = new RomGame(file); game = rom.GameInfo; } - else if (ext != null) // most extensions + else { rom = new RomGame(file);