2023-12-25 23:21:08 -05:00
|
|
|
// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project
|
|
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
|
|
|
|
#ifdef __linux__
|
|
|
|
|
2025-08-27 05:00:38 +02:00
|
|
|
//#include "common/signal_chain.h"
|
2023-12-25 23:21:08 -05:00
|
|
|
#include "core/arm/dynarmic/arm_dynarmic.h"
|
2025-08-27 05:00:38 +02:00
|
|
|
//#include "core/hle/kernel/k_process.h"
|
|
|
|
//#include "core/memory.h"
|
2023-12-25 23:21:08 -05:00
|
|
|
|
|
|
|
#endif
|