From 2f1514b90430ccb2d74b3fcaca435c692f159e5d Mon Sep 17 00:00:00 2001 From: aroulin Date: Fri, 21 Aug 2015 12:49:21 +0200 Subject: Shader: implement DPH/DPHI in JIT --- src/video_core/shader/shader_jit_x64.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/video_core/shader/shader_jit_x64.h') diff --git a/src/video_core/shader/shader_jit_x64.h b/src/video_core/shader/shader_jit_x64.h index b2aa5293c..fbe19fe93 100644 --- a/src/video_core/shader/shader_jit_x64.h +++ b/src/video_core/shader/shader_jit_x64.h @@ -37,6 +37,7 @@ public: void Compile_ADD(Instruction instr); void Compile_DP3(Instruction instr); void Compile_DP4(Instruction instr); + void Compile_DPH(Instruction instr); void Compile_EX2(Instruction instr); void Compile_LG2(Instruction instr); void Compile_MUL(Instruction instr); -- cgit v1.2.3