diff --git a/rpcs3/Emu/SysCalls/SC_FUNC.h b/rpcs3/Emu/SysCalls/SC_FUNC.h index 562a174017..aa69811266 100644 --- a/rpcs3/Emu/SysCalls/SC_FUNC.h +++ b/rpcs3/Emu/SysCalls/SC_FUNC.h @@ -111,7 +111,7 @@ namespace ppu_func_detail { static __forceinline T get_arg(PPUThread& CPU) { - return bind_arg> 8, type_pack >> 16, type_pack >> 24>::get_arg(CPU); + return bind_arg> 8), (type_pack >> 16), (type_pack >> 24)>::get_arg(CPU); } };