From 5c2587ecfb40f5472043c967b5eefc298021cfa6 Mon Sep 17 00:00:00 2001 From: "andres.delikat" Date: Mon, 23 Jan 2012 00:38:28 +0000 Subject: [PATCH] Make last commit compile --- BizHawk.MultiClient/MainForm.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.MultiClient/MainForm.cs b/BizHawk.MultiClient/MainForm.cs index d28173a1a1..9c0857b0e6 100644 --- a/BizHawk.MultiClient/MainForm.cs +++ b/BizHawk.MultiClient/MainForm.cs @@ -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)