diff options
author | Weiyi Wang <wwylele@gmail.com> | 2017-01-31 10:06:42 +0100 |
---|---|---|
committer | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2017-01-31 10:06:42 +0100 |
commit | 0b9c59ff220b7c8f8c06f5cf6fea716970773f00 (patch) | |
tree | 89d6930540a5add3b669bdbb469544dc5016a13b /src/video_core/shader | |
parent | shader_jit_x64_compiler: esi and edi should be persistent (#2500) (diff) | |
download | yuzu-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 'src/video_core/shader')
-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; |