From 27f6858822aa2b66d820d1fbf355ccfa2fb7944e Mon Sep 17 00:00:00 2001 From: Gamer64 <76565986+Gamer64ytb@users.noreply.github.com> Date: Sat, 6 Sep 2025 15:35:27 +0200 Subject: [PATCH] headers --- src/audio_core/common/feature_support.h | 3 +++ src/core/hle/result.h | 3 +++ 2 files changed, 6 insertions(+) diff --git a/src/audio_core/common/feature_support.h b/src/audio_core/common/feature_support.h index d640069bee..39d50746b8 100644 --- a/src/audio_core/common/feature_support.h +++ b/src/audio_core/common/feature_support.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project +// SPDX-License-Identifier: GPL-3.0-or-later + // SPDX-FileCopyrightText: Copyright 2022 yuzu Emulator Project // SPDX-License-Identifier: GPL-2.0-or-later diff --git a/src/core/hle/result.h b/src/core/hle/result.h index 1697c5a76a..495e6e32c2 100644 --- a/src/core/hle/result.h +++ b/src/core/hle/result.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project +// SPDX-License-Identifier: GPL-3.0-or-later + // SPDX-FileCopyrightText: 2014 Citra Emulator Project // SPDX-License-Identifier: GPL-2.0-or-later