This commit is contained in:
adelikat 2014-10-12 14:58:00 +00:00
parent 0ebdf5ca26
commit 0aaad5752f
1 changed files with 2 additions and 2 deletions

View File

@ -575,11 +575,11 @@ namespace BizHawk.Client.EmuHawk
if (_currentTasMovie.InputLogLength > 0) // TODO: this is probably reoccuring logic, break off into a function
{
_currentTasMovie.SwitchToRecord();
_currentTasMovie.SwitchToPlay();
}
else
{
_currentTasMovie.SwitchToPlay();
_currentTasMovie.SwitchToRecord();
}
RefreshDialog();