diff options
Diffstat (limited to 'src/common/x64/emitter.cpp')
| -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 @@ | |||
| 15 | // Official SVN repository and contact information can be found at | 15 | // Official SVN repository and contact information can be found at |
| 16 | // http://code.google.com/p/dolphin-emu/ | 16 | // http://code.google.com/p/dolphin-emu/ |
| 17 | 17 | ||
| 18 | #include <cinttypes> | ||
| 18 | #include <cstring> | 19 | #include <cstring> |
| 19 | 20 | ||
| 20 | #include "common/assert.h" | 21 | #include "common/assert.h" |
| @@ -25,11 +26,6 @@ | |||
| 25 | #include "cpu_detect.h" | 26 | #include "cpu_detect.h" |
| 26 | #include "emitter.h" | 27 | #include "emitter.h" |
| 27 | 28 | ||
| 28 | #define PRIx64 "llx" | ||
| 29 | |||
| 30 | // Minimize the diff against Dolphin | ||
| 31 | #define DYNA_REC JIT | ||
| 32 | |||
| 33 | namespace Gen | 29 | namespace Gen |
| 34 | { | 30 | { |
| 35 | 31 | ||