Fix detection of arm64, fix warnings

This commit is contained in:
David Chavez 2022-06-13 21:16:43 +02:00 committed by KiritoDev
commit 1225a381ab
2 changed files with 2 additions and 5 deletions

View file

@ -30,7 +30,7 @@
#include "ichain.h"
#include "regs.h"
#if defined(_WIN64) || defined(__x86_64__)
#if defined(_WIN64) || defined(__x86_64__) || defined(__arm64__)
#define _SOH64
#define AUDIO_HEAP_SIZE 0xF0000
#else