mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 10:48:36 +12:00
SPU: Remove condition from GETLLAR spin detection
This commit is contained in:
parent
3dc75dc3d1
commit
11e3aa660e
2 changed files with 6 additions and 6 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue