cute, I forgot to save the actual changes
This commit is contained in:
parent
3a688d543b
commit
b316efb922
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue