mirror of https://github.com/PCSX2/pcsx2.git
GS: Add missing initialization of m_skipped_duplicate_frames
This commit is contained in:
parent
bdb1fd517b
commit
a5f323e4e3
|
@ -40,7 +40,7 @@ private:
|
|||
#endif
|
||||
std::string m_snapshot;
|
||||
u32 m_dump_frames = 0;
|
||||
u32 m_skipped_duplicate_frames;
|
||||
u32 m_skipped_duplicate_frames = 0;
|
||||
|
||||
protected:
|
||||
GSVector2i m_real_size{0, 0};
|
||||
|
|
Loading…
Reference in New Issue