Removed DatMessBIOSReader due to MAME and MESS being combined.
This commit is contained in:
@@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user