summaryrefslogtreecommitdiff
path: root/src/common/x64/emitter.cpp
diff options
context:
space:
mode:
authorGravatar bunnei2015-08-12 00:19:20 -0400
committerGravatar bunnei2015-08-15 18:03:26 -0400
commita1942238f5046811833e9636c64f991905960732 (patch)
tree47de97e98aa464cee8e9297f419ac99c289a2293 /src/common/x64/emitter.cpp
parentx64: Refactor to remove fake interfaces and general cleanups. (diff)
downloadyuzu-a1942238f5046811833e9636c64f991905960732.tar.gz
yuzu-a1942238f5046811833e9636c64f991905960732.tar.xz
yuzu-a1942238f5046811833e9636c64f991905960732.zip
Common: Move cpu_detect to x64 directory.
Diffstat (limited to 'src/common/x64/emitter.cpp')
-rw-r--r--src/common/x64/emitter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/x64/emitter.cpp b/src/common/x64/emitter.cpp
index 4e1c43d6c..5463841d7 100644
--- a/src/common/x64/emitter.cpp
+++ b/src/common/x64/emitter.cpp
@@ -18,11 +18,11 @@
18#include <cstring> 18#include <cstring>
19 19
20#include "common/assert.h" 20#include "common/assert.h"
21#include "common/cpu_detect.h"
22#include "common/logging/log.h" 21#include "common/logging/log.h"
23#include "common/memory_util.h" 22#include "common/memory_util.h"
24 23
25#include "abi.h" 24#include "abi.h"
25#include "cpu_detect.h"
26#include "emitter.h" 26#include "emitter.h"
27 27
28#define PRIx64 "llx" 28#define PRIx64 "llx"