Android: Save screenshot at end of an emulation session.

This commit is contained in:
sigmabeta 2015-06-18 21:28:40 -04:00 committed by Eder Bastos
commit a028805626
11 changed files with 62 additions and 17 deletions

View file

@ -1510,6 +1510,7 @@ void Renderer::SwapImpl(u32 xfbAddr, u32 fbWidth, u32 fbStride, u32 fbHeight, co
// Reset settings
s_sScreenshotName.clear();
s_bScreenshot = false;
s_screenshotCompleted.Set();
}
// Frame dumps are handled a little differently in Windows