Removed DatMessBIOSReader due to MAME and MESS being combined.

This commit is contained in:
gjefferyes
2015-09-16 20:01:03 -05:00
parent 33f204fc37
commit 5107b5b850
5 changed files with 3 additions and 368 deletions

View File

@@ -16,10 +16,7 @@ namespace ROMVault2
public static readonly Encoding Enc = Encoding.GetEncoding(28591);
public const string Version = "2.2";
public const int SubVersion = 3;
public static string ErrorMessage;
public static string URL;
public static SynchronizationContext SyncCont;
/// <summary>
@@ -39,15 +36,7 @@ namespace ROMVault2
progress.ShowDialog();
progress.Dispose();
if (!String.IsNullOrEmpty(ErrorMessage))
{
MessageBox.Show(ErrorMessage);
if (!String.IsNullOrEmpty(URL))
System.Diagnostics.Process.Start(URL);
return;
}
Application.Run(new FrmMain());
}
}