rsx: Add missing initialization

This commit is contained in:
kd-11
2019-09-27 21:02:49 +03:00
committed by kd-11
parent 6979b96225
commit e53e98749f
+1 -1
View File
@@ -440,7 +440,7 @@ namespace rsx
u64 timestamp_ctrl = 0;
u64 timestamp_subvalue = 0;
display_flip_info_t m_queued_flip;
display_flip_info_t m_queued_flip{};
protected:
std::thread::id m_rsx_thread;