Fixed typo.
This commit is contained in:
parent
7ac7f335f9
commit
a36005e8fc
|
@ -991,7 +991,7 @@ namespace BizHawk.MultiClient
|
||||||
}
|
}
|
||||||
else if (file.Extension.ToLower() == ".cue")
|
else if (file.Extension.ToLower() == ".cue")
|
||||||
{
|
{
|
||||||
Disc disc = Disc.FromCuePath(path, new CueBinPrefs());
|
Disc disc = Disc.FromCuePath(path);
|
||||||
var hash = disc.GetHash();
|
var hash = disc.GetHash();
|
||||||
game = Database.CheckDatabase(hash);
|
game = Database.CheckDatabase(hash);
|
||||||
if (game == null)
|
if (game == null)
|
||||||
|
|
Loading…
Reference in New Issue