diff options
author | Weiyi Wang <wwylele@gmail.com> | 2017-01-31 11:06:42 +0200 |
---|---|---|
committer | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2017-01-31 01:06:42 -0800 |
commit | 0b9c59ff220b7c8f8c06f5cf6fea716970773f00 (patch) | |
tree | 89d6930540a5add3b669bdbb469544dc5016a13b /src/video_core | |
parent | f7e96dc068bce86f5ea487a1af887c2d5d5d045c (diff) |
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.h | 1 |
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; |