diff options
author | bunnei <bunneidev@gmail.com> | 2015-08-12 00:19:20 -0400 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2015-08-15 18:03:26 -0400 |
commit | a1942238f5046811833e9636c64f991905960732 (patch) | |
tree | 47de97e98aa464cee8e9297f419ac99c289a2293 /src/video_core | |
parent | bd7e691f78d916ed6ae5396b2d646d9b3a053dd7 (diff) |
Common: Move cpu_detect to x64 directory.
Diffstat (limited to 'src/video_core')
-rw-r--r-- | src/video_core/shader/shader_jit_x64.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/video_core/shader/shader_jit_x64.cpp b/src/video_core/shader/shader_jit_x64.cpp index 1e20a06a7..93e665d43 100644 --- a/src/video_core/shader/shader_jit_x64.cpp +++ b/src/video_core/shader/shader_jit_x64.cpp @@ -4,9 +4,8 @@ #include <smmintrin.h> -#include "common/cpu_detect.h" - #include "common/x64/abi.h" +#include "common/x64/cpu_detect.h" #include "common/x64/emitter.h" #include "shader.h" |