From 725dfa0008b21d037052421a7af2693c13162cd2 Mon Sep 17 00:00:00 2001 From: MaranBr Date: Wed, 28 Jan 2026 08:17:30 -0400 Subject: [PATCH] Fix headers --- src/shader_recompiler/ir_opt/rescaling_pass.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/shader_recompiler/ir_opt/rescaling_pass.cpp b/src/shader_recompiler/ir_opt/rescaling_pass.cpp index 0db648e2eb..cae8110a26 100644 --- a/src/shader_recompiler/ir_opt/rescaling_pass.cpp +++ b/src/shader_recompiler/ir_opt/rescaling_pass.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: Copyright 2026 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