mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
Minimise include polution from RenderState
This commit is contained in:
parent
2a2014af09
commit
8f5b196019
5 changed files with 18 additions and 4 deletions
|
@ -143,7 +143,7 @@ protected:
|
|||
int m_frame_count = 0;
|
||||
|
||||
private:
|
||||
PixelFormat m_prev_efb_format = PixelFormat::INVALID_FMT;
|
||||
PixelFormat m_prev_efb_format;
|
||||
unsigned int m_efb_scale = 1;
|
||||
|
||||
u64 m_last_xfb_ticks = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue