VideoCommon/Render: Use a flag for screenshot.

This commit is contained in:
degasus
2016-11-07 22:16:34 +01:00
parent d79840078f
commit a47332bf8a
2 changed files with 5 additions and 7 deletions

View File

@ -153,7 +153,7 @@ protected:
bool swap_upside_down = false);
void FinishFrameData();
static volatile bool s_bScreenshot;
static Common::Flag s_screenshot;
static std::mutex s_criticalScreenshot;
static std::string s_sScreenshotName;