SPU Fixes 2

It's almost finished
This commit is contained in:
Nekotekina 2013-12-01 04:36:55 +04:00
parent b217742c7b
commit ae39d3802f
2 changed files with 247 additions and 248 deletions

View file

@ -204,6 +204,7 @@ union SPU_GPR_hdr
{
u128 _u128;
s128 _i128;
__m128 _m128;
u64 _u64[2];
s64 _i64[2];
u32 _u32[4];