oops
This commit is contained in:
parent
6a570c89fc
commit
6e67055b16
|
@ -965,7 +965,7 @@ namespace BizHawk.MultiClient
|
||||||
}
|
}
|
||||||
else if (file.Extension.ToLower() == ".cue")
|
else if (file.Extension.ToLower() == ".cue")
|
||||||
{
|
{
|
||||||
Disc disc = Disc.FromCuePath(path, Progression.Progress.BeginTaskNull());
|
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