Merge pull request #1471 from RachelBryk/reset-record

Allow hard resets to be recorded in movies.
This commit is contained in:
skidau
2014-11-04 12:30:48 +11:00
3 changed files with 18 additions and 10 deletions

View File

@ -1306,6 +1306,8 @@ void CFrame::OnStop(wxCommandEvent& WXUNUSED (event))
void CFrame::OnReset(wxCommandEvent& WXUNUSED (event))
{
if (Movie::IsRecordingInput())
Movie::g_bReset = true;
ProcessorInterface::ResetButton_Tap();
}