Pretty sure this is unreachable, HawkFile.Exists is checked earlier

This commit is contained in:
YoshiRulz 2020-06-07 19:47:27 +10:00
parent 977f725de0
commit 81cb8eb094
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 0 additions and 9 deletions

View File

@ -994,15 +994,6 @@ namespace BizHawk.Client.Common
}
else
{
// at this point, file is either assigned to the ROM path, if it exists,
// or is empty and CoreComm is not a libretro core
// so, we still need to check path here before continuing
if (string.IsNullOrEmpty(path))
{
Console.WriteLine("No ROM to Load");
return false;
}
// if not libretro: do extension checking
doExtensionChecks = true;