mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 12:48:57 +00:00
FrameDump: Start timing at 0 ticks when starting from boot
This commit is contained in:
parent
9b03cdf93e
commit
d69f243c32
4 changed files with 28 additions and 24 deletions
|
@ -411,7 +411,7 @@ private:
|
|||
|
||||
// Fills the frame dump staging texture with the current XFB texture.
|
||||
void DumpCurrentFrame(const AbstractTexture* src_texture,
|
||||
const MathUtil::Rectangle<int>& src_rect, u64 ticks);
|
||||
const MathUtil::Rectangle<int>& src_rect, u64 ticks, int frame_number);
|
||||
|
||||
// Asynchronously encodes the specified pointer of frame data to the frame dump.
|
||||
void DumpFrameData(const u8* data, int w, int h, int stride);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue