mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 20:58:54 +00:00
AVIDump: Move CoreTiming into caller.
This commit is contained in:
parent
a583d36c7f
commit
9f264c0872
22 changed files with 63 additions and 48 deletions
|
@ -12,11 +12,11 @@ private:
|
|||
static bool CreateFile();
|
||||
static void CloseFile();
|
||||
static void CheckResolution(int width, int height);
|
||||
static void StoreFrameData(const u8* data, int width, int height, int stride);
|
||||
static void StoreFrameData(const u8* data, int width, int height, int stride, u64 ticks);
|
||||
|
||||
public:
|
||||
static bool Start(int w, int h);
|
||||
static void AddFrame(const u8* data, int width, int height, int stride);
|
||||
static void AddFrame(const u8* data, int width, int height, int stride, u64 ticks);
|
||||
static void Stop();
|
||||
static void DoState();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue