From 0b9c59ff220b7c8f8c06f5cf6fea716970773f00 Mon Sep 17 00:00:00 2001 From: Weiyi Wang Date: Tue, 31 Jan 2017 11:06:42 +0200 Subject: Common/x64: remove legacy emitter and abi (#2504) These are not used any more since we moved shader JIT to xbyak. --- src/video_core/shader/shader_jit_x64_compiler.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/video_core/shader') 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 #include "common/bit_set.h" #include "common/common_types.h" -#include "common/x64/emitter.h" #include "video_core/shader/shader.h" using nihstro::Instruction; -- cgit v1.2.3