Skip to content

Commit

Permalink
Merge pull request #4925 from RisingFog/remove_readonly_check
Browse files Browse the repository at this point in the history
Remove IsReadOnly check when stop recording
  • Loading branch information
lioncash committed Feb 21, 2017
2 parents 8e3e1e7 + 8bfe267 commit 95b2b03
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Source/Core/DolphinWX/FrameTools.cpp
Expand Up @@ -508,13 +508,6 @@ void CFrame::OnStopRecording(wxCommandEvent& WXUNUSED(event))
CPU::EnableStepping(false);
}

if (!Movie::IsReadOnly())
{
// let's make the read-only flag consistent at the start of a movie.
Movie::SetReadOnly(true);
GetMenuBar()->FindItem(IDM_RECORD_READ_ONLY)->Check();
}

Movie::EndPlayInput(false);

GetMenuBar()->FindItem(IDM_STOP_RECORD)->Enable(Movie::IsMovieActive());
Expand Down

0 comments on commit 95b2b03

Please sign in to comment.