summaryrefslogtreecommitdiffstats
path: root/src/video_core/shader/shader_jit_x64_compiler.h
diff options
context:
space:
mode:
authorWeiyi Wang <wwylele@gmail.com>2017-01-31 10:06:42 +0100
committerYuri Kunde Schlesner <yuriks@yuriks.net>2017-01-31 10:06:42 +0100
commit0b9c59ff220b7c8f8c06f5cf6fea716970773f00 (patch)
tree89d6930540a5add3b669bdbb469544dc5016a13b /src/video_core/shader/shader_jit_x64_compiler.h
parentshader_jit_x64_compiler: esi and edi should be persistent (#2500) (diff)
downloadyuzu-0b9c59ff220b7c8f8c06f5cf6fea716970773f00.tar
yuzu-0b9c59ff220b7c8f8c06f5cf6fea716970773f00.tar.gz
yuzu-0b9c59ff220b7c8f8c06f5cf6fea716970773f00.tar.bz2
yuzu-0b9c59ff220b7c8f8c06f5cf6fea716970773f00.tar.lz
yuzu-0b9c59ff220b7c8f8c06f5cf6fea716970773f00.tar.xz
yuzu-0b9c59ff220b7c8f8c06f5cf6fea716970773f00.tar.zst
yuzu-0b9c59ff220b7c8f8c06f5cf6fea716970773f00.zip
Diffstat (limited to '')
-rw-r--r--src/video_core/shader/shader_jit_x64_compiler.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video_core/shader/shader_jit_x64_compiler.h b/src/video_core/shader/shader_jit_x64_compiler.h
index 29e9875ea..599e43ffd 100644
--- a/src/video_core/shader/shader_jit_x64_compiler.h
+++ b/src/video_core/shader/shader_jit_x64_compiler.h
@@ -12,7 +12,6 @@
#include <xbyak.h>
#include "common/bit_set.h"
#include "common/common_types.h"
-#include "common/x64/emitter.h"
#include "video_core/shader/shader.h"
using nihstro::Instruction;