mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 16:01:42 +12:00
SPU: some instructions updated
This commit is contained in:
parent
e477a0b8fc
commit
a86317ce5a
3 changed files with 47 additions and 18 deletions
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue