This commit is contained in:
zeromus 2011-09-21 05:48:57 +00:00
parent 6a570c89fc
commit 6e67055b16
1 changed files with 1 additions and 1 deletions

View File

@ -965,7 +965,7 @@ namespace BizHawk.MultiClient
}
else if (file.Extension.ToLower() == ".cue")
{
Disc disc = Disc.FromCuePath(path, Progression.Progress.BeginTaskNull());
Disc disc = Disc.FromCuePath(path);
var hash = disc.GetHash();
game = Database.CheckDatabase(hash);
if (game == null)