mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-16 03:38:38 +12:00
SPU: cache barrier/fence masks
This commit is contained in:
parent
90e0bade77
commit
e88508b679
2 changed files with 54 additions and 21 deletions
|
@ -532,6 +532,8 @@ public:
|
|||
// MFC command queue
|
||||
spu_mfc_cmd mfc_queue[16]{};
|
||||
u32 mfc_size = 0;
|
||||
u32 mfc_barrier = -1;
|
||||
u32 mfc_fence = -1;
|
||||
atomic_t<u32> mfc_prxy_mask;
|
||||
|
||||
// Reservation Data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue