Skip to content

Commit

Permalink
Fix derp
Browse files Browse the repository at this point in the history
  • Loading branch information
wheremyfoodat committed Nov 30, 2024
1 parent 2ced5c1 commit 87cdf0b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions third_party/host_memory/host_memory.cpp
Original file line number Diff line number Diff line change
@@ -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>
Expand All @@ -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
Expand Down

0 comments on commit 87cdf0b

Please sign in to comment.