RomLoader - remove redundant if check
This commit is contained in:
parent
b4b0debd59
commit
a77988e9be
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue