mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-04 00:26:09 +00:00
Split Video Dumps on Resolution Change
This commit is contained in:
parent
cbd6fda5e3
commit
88dbaf1fa5
2 changed files with 28 additions and 1 deletions
|
@ -11,6 +11,7 @@ class AVIDump
|
|||
private:
|
||||
static bool CreateFile();
|
||||
static void CloseFile();
|
||||
static void CheckResolution(int width, int height);
|
||||
|
||||
public:
|
||||
enum class DumpFormat
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue