SPU: Remove condition from GETLLAR spin detection

This commit is contained in:
Elad Ashkenazi 2024-08-25 15:00:57 +03:00 committed by Elad
parent 3dc75dc3d1
commit 11e3aa660e
2 changed files with 6 additions and 6 deletions

View file

@ -819,7 +819,7 @@ public:
u32 current_bp_pc = umax;
bool stop_flag_removal_protection = false;
std::array<std::array<u8, 4>, SPU_LS_SIZE / 32> getllar_wait_time{};
std::array<std::array<u8, 4>, SPU_LS_SIZE / 128> getllar_wait_time{};
void push_snr(u32 number, u32 value);
static void do_dma_transfer(spu_thread* _this, const spu_mfc_cmd& args, u8* ls);