Fix frame dump issues where frame dumping stops before next drawn frame

This commit is contained in:
Chris Burgener
2016-08-24 13:00:25 -04:00
parent 40f4308dc2
commit df0f7657d0
2 changed files with 15 additions and 0 deletions

View File

@ -12,6 +12,7 @@ private:
static bool CreateFile();
static void CloseFile();
static void CheckResolution(int width, int height);
static void StoreFrameData(const u8* data, int width, int height);
public:
enum class DumpFormat