mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-16 11:48:36 +12:00
SPU Fixes 2
It's almost finished
This commit is contained in:
parent
b217742c7b
commit
ae39d3802f
2 changed files with 247 additions and 248 deletions
|
@ -204,6 +204,7 @@ union SPU_GPR_hdr
|
|||
{
|
||||
u128 _u128;
|
||||
s128 _i128;
|
||||
__m128 _m128;
|
||||
u64 _u64[2];
|
||||
s64 _i64[2];
|
||||
u32 _u32[4];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue