cute, I forgot to save the actual changes

This commit is contained in:
feos 2018-12-03 21:16:06 +03:00
parent 3a688d543b
commit b316efb922
1 changed files with 0 additions and 10 deletions

View File

@ -379,11 +379,6 @@ namespace BizHawk.Client.Common
{
ChangeLog.EndBatch();
}
if (Global.Emulator.Frame < Log.Count) // Don't stay in recording mode? Fixes TAStudio recording after paint inserting.
{
//SwitchToPlay();
}
}
private void ExtendMovieForEdit(int numFrames)
@ -409,11 +404,6 @@ namespace BizHawk.Client.Common
{
ChangeLog.EndBatch();
}
if (Global.Emulator.Frame < Log.Count) // Don't stay in recording mode? Fixes TAStudio recording after paint inserting.
{
//SwitchToPlay();
}
}
public void ToggleBoolState(int frame, string buttonName)