mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-26 21:47:06 +02:00
fxfx
This commit is contained in:
parent
c9ced93936
commit
7c02635e7a
1 changed files with 2 additions and 1 deletions
|
|
@ -12,7 +12,6 @@
|
|||
#include "common/logging.h"
|
||||
#include "common/assert.h"
|
||||
#include "common/thread.h"
|
||||
#include "common/x64/cpu_detect.h"
|
||||
#ifdef __APPLE__
|
||||
#include <mach/mach.h>
|
||||
#elif defined(__HAIKU__)
|
||||
|
|
@ -45,6 +44,8 @@
|
|||
#else
|
||||
#include <x86intrin.h>
|
||||
#endif
|
||||
#include "common/x64/cpu_detect.h"
|
||||
#include "common/x64/rdtsc.h"
|
||||
#endif
|
||||
|
||||
namespace Common {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue