SPU: some instructions updated

This commit is contained in:
Nekotekina 2015-03-21 21:07:37 +03:00
parent e477a0b8fc
commit a86317ce5a
3 changed files with 47 additions and 18 deletions

View file

@ -42,12 +42,12 @@ public:
}
}
__forceinline spu_inter_func_t operator [] (u32 opcode)
__forceinline spu_inter_func_t operator [] (u32 opcode) const
{
return funcs[opcode >> 21];
}
}
g_spu_inter_func_list;
const g_spu_inter_func_list;
SPUThread& GetCurrentSPUThread()
{