Changed behavior when failing to import file to be less drastic.

This commit is contained in:
kylelyk 2014-12-23 22:13:57 +00:00
parent f79d8332a6
commit 2938f21962
1 changed files with 2 additions and 2 deletions

View File

@ -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);