mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-21 09:17:52 -05:00
Common: Move cpu_detect to x64 directory.
This commit is contained in:
@ -18,11 +18,11 @@
|
||||
#include <cstring>
|
||||
|
||||
#include "common/assert.h"
|
||||
#include "common/cpu_detect.h"
|
||||
#include "common/logging/log.h"
|
||||
#include "common/memory_util.h"
|
||||
|
||||
#include "abi.h"
|
||||
#include "cpu_detect.h"
|
||||
#include "emitter.h"
|
||||
|
||||
#define PRIx64 "llx"
|
||||
|
Reference in New Issue
Block a user