oops, that needed to be ripped out too

This commit is contained in:
adelikat 2014-06-11 02:42:34 +00:00
parent e6f949274d
commit 3d3a0cdeb3
1 changed files with 0 additions and 16 deletions

View File

@ -639,22 +639,6 @@ namespace BizHawk.Client.EmuHawk
return;
}
if (file.Extension.ToUpper() == "STATE")
{
var movie = new Movie(file.FullName);
movie.Load(); // State files will have to load everything unfortunately
if (movie.FrameCount == 0)
{
MessageBox.Show(
"No input log detected in this savestate, aborting",
"Can not load file",
MessageBoxButtons.OK,
MessageBoxIcon.Hand);
return;
}
}
int? index = AddMovieToList(ofd.FileName, true);
RefreshMovieList();
if (index.HasValue)