mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 01:38:37 +12:00
RawSPU: execute MFC proxy cmd after reading CMDStatus
Implement MFC proxy argument sequence checking.
This commit is contained in:
parent
edcd2fc14a
commit
f901846acb
3 changed files with 124 additions and 84 deletions
|
@ -1039,7 +1039,6 @@ void spu_thread::cpu_init()
|
|||
mfc_fence = 0;
|
||||
ch_tag_upd = 0;
|
||||
ch_tag_mask = 0;
|
||||
mfc_prxy_mask = 0;
|
||||
ch_tag_stat.data.raw() = {};
|
||||
ch_stall_mask = 0;
|
||||
ch_stall_stat.data.raw() = {};
|
||||
|
@ -1063,6 +1062,9 @@ void spu_thread::cpu_init()
|
|||
ch_snr2.data.raw() = {};
|
||||
|
||||
snr_config = 0;
|
||||
|
||||
mfc_prxy_mask.raw() = 0;
|
||||
mfc_prxy_write_state = {};
|
||||
}
|
||||
|
||||
run_ctrl.raw() = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue