mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-27 17:17:06 +02:00
fix arm64
This commit is contained in:
parent
3ea510550a
commit
c9ced93936
3 changed files with 7 additions and 1 deletions
|
|
@ -16,8 +16,10 @@
|
|||
#include "common/bit_util.h"
|
||||
#include "common/common_types.h"
|
||||
#include "common/logging.h"
|
||||
#ifdef ARCHITECTURE_x86_64
|
||||
#include "common/x64/cpu_detect.h"
|
||||
#include "common/x64/rdtsc.h"
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <windows.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue