cellGem: fix initial tracker done state

This commit is contained in:
Megamouse 2025-01-10 20:09:34 +01:00
parent 3eb1e6303c
commit 1b87e186c4

View File

@ -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{};