summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2015-08-20 10:36:25 +0200
committerLioncash <mathew1800@gmail.com>2015-08-20 10:45:32 +0200
commite85c5dbb54e6b2f6d14eaca42fb4b9c630614ff0 (patch)
tree8496228fd7bb7ccc83b43fca79aa64de585d90ae /src
parentemitter: Remove unnecessary else keywords (diff)
downloadyuzu-e85c5dbb54e6b2f6d14eaca42fb4b9c630614ff0.tar
yuzu-e85c5dbb54e6b2f6d14eaca42fb4b9c630614ff0.tar.gz
yuzu-e85c5dbb54e6b2f6d14eaca42fb4b9c630614ff0.tar.bz2
yuzu-e85c5dbb54e6b2f6d14eaca42fb4b9c630614ff0.tar.lz
yuzu-e85c5dbb54e6b2f6d14eaca42fb4b9c630614ff0.tar.xz
yuzu-e85c5dbb54e6b2f6d14eaca42fb4b9c630614ff0.tar.zst
yuzu-e85c5dbb54e6b2f6d14eaca42fb4b9c630614ff0.zip
Diffstat (limited to 'src')
-rw-r--r--src/common/x64/emitter.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/common/x64/emitter.cpp b/src/common/x64/emitter.cpp
index 61fe197bd..cf31f8d69 100644
--- a/src/common/x64/emitter.cpp
+++ b/src/common/x64/emitter.cpp
@@ -15,6 +15,7 @@
// Official SVN repository and contact information can be found at
// http://code.google.com/p/dolphin-emu/
+#include <cinttypes>
#include <cstring>
#include "common/assert.h"
@@ -25,11 +26,6 @@
#include "cpu_detect.h"
#include "emitter.h"
-#define PRIx64 "llx"
-
-// Minimize the diff against Dolphin
-#define DYNA_REC JIT
-
namespace Gen
{