mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-17 08:11:51 +00:00
rsx: Add missing initialization
This commit is contained in:
parent
6979b96225
commit
e53e98749f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user