mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Split Video Dumps on Resolution Change
This commit is contained in:
@ -11,6 +11,7 @@ class AVIDump
|
||||
private:
|
||||
static bool CreateFile();
|
||||
static void CloseFile();
|
||||
static void CheckResolution(int width, int height);
|
||||
|
||||
public:
|
||||
enum class DumpFormat
|
||||
|
Reference in New Issue
Block a user