Просмотр исходного кода

emitter: Remove unnecessary defines

Lioncash 11 лет назад
Родитель
Сommit
e85c5dbb54
1 измененных файлов с 1 добавлено и 5 удалено
  1. 1 5
      src/common/x64/emitter.cpp

+ 1 - 5
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
 {