summaryrefslogtreecommitdiffstats
path: root/src/video_core/shader/shader_jit_x64_compiler.h
diff options
context:
space:
mode:
authorwwylele <wwylele@gmail.com>2017-07-26 17:44:52 +0200
committerwwylele <wwylele@gmail.com>2017-08-19 09:13:20 +0200
commit8285ca4ad8f9a5d07c9a2ba91367fcf3756f5153 (patch)
treeb9dc0b2dc90e9144131675599ab3f6d2c2ec96d3 /src/video_core/shader/shader_jit_x64_compiler.h
parentpica/primitive_assembly: Handle winding for GS primitive (diff)
downloadyuzu-8285ca4ad8f9a5d07c9a2ba91367fcf3756f5153.tar
yuzu-8285ca4ad8f9a5d07c9a2ba91367fcf3756f5153.tar.gz
yuzu-8285ca4ad8f9a5d07c9a2ba91367fcf3756f5153.tar.bz2
yuzu-8285ca4ad8f9a5d07c9a2ba91367fcf3756f5153.tar.lz
yuzu-8285ca4ad8f9a5d07c9a2ba91367fcf3756f5153.tar.xz
yuzu-8285ca4ad8f9a5d07c9a2ba91367fcf3756f5153.tar.zst
yuzu-8285ca4ad8f9a5d07c9a2ba91367fcf3756f5153.zip
Diffstat (limited to 'src/video_core/shader/shader_jit_x64_compiler.h')
-rw-r--r--src/video_core/shader/shader_jit_x64_compiler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/video_core/shader/shader_jit_x64_compiler.h b/src/video_core/shader/shader_jit_x64_compiler.h
index 31af0ca48..4aee56b1d 100644
--- a/src/video_core/shader/shader_jit_x64_compiler.h
+++ b/src/video_core/shader/shader_jit_x64_compiler.h
@@ -66,6 +66,8 @@ public:
void Compile_JMP(Instruction instr);
void Compile_CMP(Instruction instr);
void Compile_MAD(Instruction instr);
+ void Compile_EMIT(Instruction instr);
+ void Compile_SETE(Instruction instr);
private:
void Compile_Block(unsigned end);