mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-07 16:49:27 +00:00
VideoCommon/Render: Use a flag for screenshot.
This commit is contained in:
parent
d79840078f
commit
a47332bf8a
2 changed files with 5 additions and 7 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue