From 3620cbdebe69b11699d2348ef24f59ba950e5564 Mon Sep 17 00:00:00 2001 From: SDK-Chan Date: Mon, 4 Aug 2025 20:55:40 +0200 Subject: [PATCH] Update src/shader_recompiler/frontend/maxwell/translate/impl/impl.cpp --- src/shader_recompiler/frontend/maxwell/translate/impl/impl.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/shader_recompiler/frontend/maxwell/translate/impl/impl.cpp b/src/shader_recompiler/frontend/maxwell/translate/impl/impl.cpp index d8223345da..49e722e0fa 100644 --- a/src/shader_recompiler/frontend/maxwell/translate/impl/impl.cpp +++ b/src/shader_recompiler/frontend/maxwell/translate/impl/impl.cpp @@ -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