Fixed typo.
This commit is contained in:
parent
7ac7f335f9
commit
a36005e8fc
|
@ -68,7 +68,7 @@ namespace BizHawk.MultiClient
|
||||||
{
|
{
|
||||||
Global.MovieSession = new MovieSession();
|
Global.MovieSession = new MovieSession();
|
||||||
Global.MovieSession.Movie = new Movie();
|
Global.MovieSession.Movie = new Movie();
|
||||||
MainWait = new AutoResetEvent(false);
|
MainWait = new AutoResetEvent(false);
|
||||||
Icon = BizHawk.MultiClient.Properties.Resources.logo;
|
Icon = BizHawk.MultiClient.Properties.Resources.logo;
|
||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
Global.Game = GameInfo.GetNullGame();
|
Global.Game = GameInfo.GetNullGame();
|
||||||
|
@ -991,7 +991,7 @@ namespace BizHawk.MultiClient
|
||||||
}
|
}
|
||||||
else if (file.Extension.ToLower() == ".cue")
|
else if (file.Extension.ToLower() == ".cue")
|
||||||
{
|
{
|
||||||
Disc disc = Disc.FromCuePath(path, new CueBinPrefs());
|
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