mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Compile fixes for Windows-on-ARM64
This commit is contained in:
parent
6fcb1c6c46
commit
d744c5a148
13 changed files with 115 additions and 64 deletions
|
@ -11,7 +11,7 @@
|
|||
#include "Common/CommonFuncs.h"
|
||||
#include "Common/Intrinsics.h"
|
||||
|
||||
#ifdef _M_ARM_64
|
||||
#if defined(_M_ARM_64) && !defined(_MSC_VER)
|
||||
#include <arm_acle.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue