From ed4f30437c36284e2f0af9e423bcee87349eacdf Mon Sep 17 00:00:00 2001 From: SDK-Chan Date: Mon, 4 Aug 2025 20:56:13 +0200 Subject: [PATCH] Update src/shader_recompiler/frontend/maxwell/translate/impl/impl.h --- src/shader_recompiler/frontend/maxwell/translate/impl/impl.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/shader_recompiler/frontend/maxwell/translate/impl/impl.h b/src/shader_recompiler/frontend/maxwell/translate/impl/impl.h index 32e41179e4..b901b3a8b9 100644 --- a/src/shader_recompiler/frontend/maxwell/translate/impl/impl.h +++ b/src/shader_recompiler/frontend/maxwell/translate/impl/impl.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project +// SPDX-License-Identifier: GPL-3.0-or-later + // SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project // SPDX-License-Identifier: GPL-2.0-or-later