GS: Add missing initialization of m_skipped_duplicate_frames

This commit is contained in:
Connor McLaughlin 2022-12-06 21:05:35 +10:00 committed by refractionpcsx2
parent bdb1fd517b
commit a5f323e4e3
1 changed files with 1 additions and 1 deletions

View File

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