mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-07-09 17:25:18 -06: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_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…
Reference in New Issue
Block a user