mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Minimise include polution from RenderState
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user