mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +00:00
cellGem: fix initial tracker done state
This commit is contained in:
parent
3eb1e6303c
commit
1b87e186c4
1 changed files with 1 additions and 1 deletions
|
@ -1543,7 +1543,7 @@ public:
|
|||
|
||||
private:
|
||||
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;
|
||||
ps_move_tracker<false> m_tracker{};
|
||||
CellCameraInfoEx m_camera_info{};
|
||||
|
|
Loading…
Add table
Reference in a new issue