Allow hard resets to be recorded in movies.

This commit is contained in:
Rachel Bryk
2014-11-02 01:58:59 -05:00
parent 9daaf94f3c
commit f9495a484c
3 changed files with 18 additions and 10 deletions

View File

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