This commit is contained in:
wheremyfoodat 2024-11-30 16:51:13 +02:00
parent 2ced5c1963
commit 87cdf0bdae

View file

@ -1,6 +1,10 @@
// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later
#if defined(_M_ARM64) || defined(__aarch64__)
#define ARCHITECTURE_arm64
#endif
#ifdef _WIN32
#include <windows.h>
@ -11,10 +15,6 @@
#include "host_memory/dynamic_library.h"
#if defined(_M_ARM64) || defined(__aarch64__)
#define ARCHITECTURE_arm64
#endif
#elif defined(__linux__) || defined(__FreeBSD__) // ^^^ Windows ^^^ vvv Linux vvv
#ifndef _GNU_SOURCE