1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-08-30 07:56:32 -05:00

fix: Fixes compiling to non-Apple OSes on arm64

This commit is contained in:
Exverge
2024-03-18 23:11:32 +00:00
committed by JuanCStar
parent e0ff7d0a6e
commit 93dc7fb6b2
2 changed files with 3 additions and 1 deletions

View File

@@ -11,6 +11,8 @@
#include <dynarmic/frontend/A64/decoder/a64.h>
#include <dynarmic/frontend/imm.h>
#include "common/common_types.h"
#pragma GCC diagnostic pop
namespace Core {