tastudio: fix rec mode dying when appending movie frames

close #1376
This commit is contained in:
feos 2018-12-03 21:08:35 +03:00
parent 12c11eec5d
commit 3a688d543b
1 changed files with 2 additions and 2 deletions

View File

@ -382,7 +382,7 @@ namespace BizHawk.Client.Common
if (Global.Emulator.Frame < Log.Count) // Don't stay in recording mode? Fixes TAStudio recording after paint inserting.
{
SwitchToPlay();
//SwitchToPlay();
}
}
@ -412,7 +412,7 @@ namespace BizHawk.Client.Common
if (Global.Emulator.Frame < Log.Count) // Don't stay in recording mode? Fixes TAStudio recording after paint inserting.
{
SwitchToPlay();
//SwitchToPlay();
}
}