tastudio: captured state 0 was useless if movie conversion happened at frame>0
capture it after core reboot
This commit is contained in:
parent
a36b7093e3
commit
821baeb649
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue