summaryrefslogtreecommitdiff
path: root/src/video_core
diff options
context:
space:
mode:
authorGravatar Weiyi Wang2017-01-31 11:06:42 +0200
committerGravatar Yuri Kunde Schlesner2017-01-31 01:06:42 -0800
commit0b9c59ff220b7c8f8c06f5cf6fea716970773f00 (patch)
tree89d6930540a5add3b669bdbb469544dc5016a13b /src/video_core
parentshader_jit_x64_compiler: esi and edi should be persistent (#2500) (diff)
downloadyuzu-0b9c59ff220b7c8f8c06f5cf6fea716970773f00.tar.gz
yuzu-0b9c59ff220b7c8f8c06f5cf6fea716970773f00.tar.xz
yuzu-0b9c59ff220b7c8f8c06f5cf6fea716970773f00.zip
Common/x64: remove legacy emitter and abi (#2504)
These are not used any more since we moved shader JIT to xbyak.
Diffstat (limited to 'src/video_core')
-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 @@
12#include <xbyak.h> 12#include <xbyak.h>
13#include "common/bit_set.h" 13#include "common/bit_set.h"
14#include "common/common_types.h" 14#include "common/common_types.h"
15#include "common/x64/emitter.h"
16#include "video_core/shader/shader.h" 15#include "video_core/shader/shader.h"
17 16
18using nihstro::Instruction; 17using nihstro::Instruction;