Skip to content

Commit

Permalink
Hopefully fix non-Windows builds, take 4
Browse files Browse the repository at this point in the history
  • Loading branch information
RisingFog committed Sep 2, 2016
1 parent 8ec3aae commit 5c7cc40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions UI/EmuScreen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -252,11 +252,13 @@ EmuScreen::~EmuScreen() {
// If we were invalid, it would already be shutdown.
PSP_Shutdown();
}
#ifndef MOBILE_DEVICE
if (g_Config.bDumpFrames && startDumping)
{
avi.Stop();
startDumping = false;
}
#endif
}

void EmuScreen::dialogFinished(const Screen *dialog, DialogResult result) {
Expand Down

0 comments on commit 5c7cc40

Please sign in to comment.