RomLoader - remove redundant if check

This commit is contained in:
adelikat 2020-05-16 14:13:49 -05:00
parent b4b0debd59
commit a77988e9be
1 changed files with 1 additions and 1 deletions

View File

@ -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);