mirror of
https://github.com/azahar-emu/dynarmic
synced 2025-11-07 15:40:00 +01:00
7 lines
203 B
C++
7 lines
203 B
C++
// SPDX-FileCopyrightText: Copyright (c) 2024 merryhime <https://mary.rs>
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
#if defined(__ARM64__) || defined(__aarch64__) || defined(_M_ARM64)
|
|
# define ON_ARM64
|
|
#endif
|