Minimise include polution from RenderState

This commit is contained in:
Scott Mansell
2023-01-28 15:13:49 +13:00
parent 2a2014af09
commit 8f5b196019
5 changed files with 18 additions and 4 deletions

View File

@ -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;