Attribute macro changed

__forceinline -> force_inline
__noinline -> never_inline
printf_alike(x,y) added
This commit is contained in:
Nekotekina 2015-05-28 18:14:22 +03:00
parent f83306b0bf
commit 78fdcf75e7
32 changed files with 395 additions and 393 deletions

View file

@ -50,7 +50,7 @@ public:
}
}
__forceinline spu_inter_func_t operator [] (u32 opcode) const
force_inline spu_inter_func_t operator [] (u32 opcode) const
{
return funcs[opcode >> 21];
}