mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Fix frame dump issues where frame dumping stops before next drawn frame
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user