mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 00:59:44 -06:00
Compile fixes for Windows-on-ARM64
This commit is contained in:
@ -33,6 +33,10 @@ typedef CONTEXT SContext;
|
||||
#define CTX_R14 R14
|
||||
#define CTX_R15 R15
|
||||
#define CTX_RIP Rip
|
||||
#elif _M_ARM64
|
||||
#define CTX_REG(x) X[x]
|
||||
#define CTX_SP Sp
|
||||
#define CTX_PC Pc
|
||||
#else
|
||||
#error No context definition for architecture
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user