mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 19:45:20 +00:00
rsx: Add missing initialization
This commit is contained in:
parent
6979b96225
commit
e53e98749f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue