mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-04 15:19:47 +00:00
cellGem: fix initial tracker done state
This commit is contained in:
parent
9c169f05ed
commit
6535f36065
1 changed files with 1 additions and 1 deletions
|
@ -1543,7 +1543,7 @@ public:
|
||||||
|
|
||||||
private:
|
private:
|
||||||
atomic_t<u32> m_wake_up_tracker = 0;
|
atomic_t<u32> m_wake_up_tracker = 0;
|
||||||
atomic_t<u32> m_tracker_done = 1;
|
atomic_t<u32> m_tracker_done = 0;
|
||||||
atomic_t<bool> m_busy = false;
|
atomic_t<bool> m_busy = false;
|
||||||
ps_move_tracker<false> m_tracker{};
|
ps_move_tracker<false> m_tracker{};
|
||||||
CellCameraInfoEx m_camera_info{};
|
CellCameraInfoEx m_camera_info{};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue