diff options
author | Lioncash <mathew1800@gmail.com> | 2015-08-20 04:36:25 -0400 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2015-08-20 04:45:32 -0400 |
commit | e85c5dbb54e6b2f6d14eaca42fb4b9c630614ff0 (patch) | |
tree | 8496228fd7bb7ccc83b43fca79aa64de585d90ae /src | |
parent | a796149c42f2ece4339ea08c106f02bc507cb609 (diff) |
emitter: Remove unnecessary defines
Diffstat (limited to 'src')
-rw-r--r-- | src/common/x64/emitter.cpp | 6 |
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 { |