tastudio: captured state 0 was useless if movie conversion happened at frame>0

capture it after core reboot
This commit is contained in:
feos 2017-02-09 22:51:52 +03:00
parent a36b7093e3
commit 821baeb649
1 changed files with 1 additions and 0 deletions

View File

@ -648,6 +648,7 @@ namespace BizHawk.Client.EmuHawk
movie = CurrentTasMovie;
SetTasMovieCallbacks(movie as TasMovie);
bool result = Mainform.StartNewMovie(movie, record);
CurrentTasMovie.TasStateManager.Capture(); // Capture frame 0 always.
TastudioPlayMode();
_initializing = false;