mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 00:41:26 +12: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_ctrl = 0;
|
||||||
u64 timestamp_subvalue = 0;
|
u64 timestamp_subvalue = 0;
|
||||||
|
|
||||||
display_flip_info_t m_queued_flip;
|
display_flip_info_t m_queued_flip{};
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
std::thread::id m_rsx_thread;
|
std::thread::id m_rsx_thread;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue