Changed behavior when failing to import file to be less drastic.
This commit is contained in:
parent
f79d8332a6
commit
2938f21962
|
@ -502,10 +502,10 @@ namespace BizHawk.Client.EmuHawk
|
|||
catch
|
||||
{
|
||||
MessageBox.Show(
|
||||
"Tastudio could not open the file. Due to the loading process, the emulator/Tastudio may be in a unspecified state. Bizhawk will now close.",
|
||||
"Tastudio could not open the file. Due to the loading process, the emulator/Tastudio may be in a unspecified state depending on the error.",
|
||||
"Tastudio",
|
||||
MessageBoxButtons.OK);
|
||||
Application.Exit();
|
||||
return;
|
||||
}
|
||||
Global.Config.RecentTas.Add(CurrentTasMovie.Filename);
|
||||
|
||||
|
|
Loading…
Reference in New Issue