Fixed typo.

This commit is contained in:
kylethomson 2012-01-23 00:18:23 +00:00
parent 7ac7f335f9
commit a36005e8fc
1 changed files with 2 additions and 2 deletions

View File

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