diff options
author | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2017-05-28 01:14:10 +0200 |
---|---|---|
committer | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2017-05-28 01:14:10 +0200 |
commit | 2579ae543b0ede7b348a6c5d4822f0a36b854fa4 (patch) | |
tree | 905929aeef1f2420c5873b3327086db52482e694 /src/common/x64 | |
parent | Move framebuffer_layout from Common to Core (diff) | |
download | yuzu-2579ae543b0ede7b348a6c5d4822f0a36b854fa4.tar yuzu-2579ae543b0ede7b348a6c5d4822f0a36b854fa4.tar.gz yuzu-2579ae543b0ede7b348a6c5d4822f0a36b854fa4.tar.bz2 yuzu-2579ae543b0ede7b348a6c5d4822f0a36b854fa4.tar.lz yuzu-2579ae543b0ede7b348a6c5d4822f0a36b854fa4.tar.xz yuzu-2579ae543b0ede7b348a6c5d4822f0a36b854fa4.tar.zst yuzu-2579ae543b0ede7b348a6c5d4822f0a36b854fa4.zip |
Diffstat (limited to 'src/common/x64')
-rw-r--r-- | src/common/x64/cpu_detect.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/x64/cpu_detect.cpp b/src/common/x64/cpu_detect.cpp index 2cb3ab9cc..62f17fbb5 100644 --- a/src/common/x64/cpu_detect.cpp +++ b/src/common/x64/cpu_detect.cpp @@ -6,7 +6,7 @@ #include <string> #include <thread> #include "common/common_types.h" -#include "cpu_detect.h" +#include "common/x64/cpu_detect.h" #ifdef _MSC_VER #include <intrin.h> |