mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-12 19:19:03 +00:00
Proper Audio/Video Dumping
This commit is contained in:
parent
47bf698b70
commit
fc4125cdd1
8 changed files with 247 additions and 88 deletions
|
@ -21,6 +21,9 @@ private:
|
|||
static bool SetCompressionOptions();
|
||||
static bool SetVideoFormat();
|
||||
|
||||
static void StoreFrame(const void* data);
|
||||
static void* GetFrame();
|
||||
|
||||
public:
|
||||
#ifdef _WIN32
|
||||
static bool Start(HWND hWnd, int w, int h);
|
||||
|
@ -28,6 +31,6 @@ public:
|
|||
static bool Start(int w, int h);
|
||||
#endif
|
||||
static void AddFrame(const u8* data, int width, int height);
|
||||
|
||||
static void Stop();
|
||||
static void DoState();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue