Split out everying remaining from Swap

This commit is contained in:
Scott Mansell
2023-01-31 00:46:10 +13:00
parent 2a18b34a73
commit 0da69055d9
21 changed files with 182 additions and 170 deletions

View File

@ -10,6 +10,7 @@
#include "Common/Thread.h"
#include "VideoCommon/FrameDumpFFMpeg.h"
#include "VideoCommon/VideoEvents.h"
class AbstractStagingTexture;
class AbstractTexture;
@ -116,6 +117,8 @@ private:
Common::Event m_screenshot_completed;
std::mutex m_screenshot_lock;
std::string m_screenshot_name;
EventHook m_frame_end_handle;
};
extern std::unique_ptr<FrameDumper> g_frame_dumper;