Make last commit compile

This commit is contained in:
andres.delikat 2012-01-23 00:38:28 +00:00
parent 588eed4474
commit 5c2587ecfb
1 changed files with 1 additions and 1 deletions

View File

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