Don't double-load movies from the PlayMovie dialog

This commit is contained in:
Morilli 2023-08-07 14:14:22 +02:00
parent 20ca53dfd1
commit fe845ce8ef
1 changed files with 0 additions and 1 deletions

View File

@ -93,7 +93,6 @@ namespace BizHawk.Client.EmuHawk
if (indices.Count > 0) // Import file if necessary
{
var movie = _movieSession.Get(_movieList[MovieView.SelectedIndices[0]].Filename);
movie.Load();
_mainForm.StartNewMovie(movie, false);
}
}