mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
FramebufferManager: Return framebuffer target size in GetTargetSize().
This commit is contained in:
parent
1bbb323e97
commit
49137c7c2c
2 changed files with 21 additions and 23 deletions
|
@ -101,6 +101,9 @@ private:
|
|||
|
||||
int slices;
|
||||
} m_efb;
|
||||
|
||||
static unsigned int m_target_width;
|
||||
static unsigned int m_target_height;
|
||||
};
|
||||
|
||||
} // namespace DX11
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue