mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 13:18:50 +00:00
Video Common: Make auto IR work with HybridXFB
This commit is contained in:
parent
76b775d5be
commit
e33ab4117d
2 changed files with 10 additions and 2 deletions
|
@ -209,6 +209,10 @@ private:
|
|||
|
||||
AbstractTexture * m_last_xfb_texture;
|
||||
|
||||
// Note: Only used for auto-ir
|
||||
u32 m_last_xfb_width = MAX_XFB_WIDTH;
|
||||
u32 m_last_xfb_height = MAX_XFB_HEIGHT;
|
||||
|
||||
// NOTE: The methods below are called on the framedumping thread.
|
||||
bool StartFrameDumpToAVI(const FrameDumpConfig& config);
|
||||
void DumpFrameToAVI(const FrameDumpConfig& config);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue