Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Dump Frames/Audio to Movie Menu #1257

Merged
merged 1 commit into from Oct 12, 2014
Merged

Added Dump Frames/Audio to Movie Menu #1257

merged 1 commit into from Oct 12, 2014

Conversation

RisingFog
Copy link
Member

Do not merge until after #1220 is merged

@Buddybenj
Copy link
Contributor

+1 but not until proper A/V dumping is merged.

@skidau
Copy link
Contributor

skidau commented Oct 12, 2014

Maybe in the future, we'd merge the two menu items into one.

skidau added a commit that referenced this pull request Oct 12, 2014
Added Dump Frames/Audio to Movie Menu
@skidau skidau merged commit 88f885f into dolphin-emu:master Oct 12, 2014
@RisingFog RisingFog deleted the moviemenudumping branch October 12, 2014 03:19
@@ -713,6 +718,16 @@ void CFrame::OnTogglePauseMovie(wxCommandEvent& WXUNUSED (event))
SConfig::GetInstance().SaveSettings();
}

void CFrame::OnToggleDumpFrames(wxCommandEvent& WXUNUSED(event))
{
g_ActiveConfig.bDumpFrames = !g_ActiveConfig.bDumpFrames;

This comment was marked as off-topic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants