mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-07-27 08:32:26 -07:00
emitter: Remove unnecessary defines
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
|
Reference in New Issue
Block a user