From d2e7127e080b92f591ac9e3628ea78832eb2912d Mon Sep 17 00:00:00 2001 From: SDK Chan Date: Wed, 30 Jul 2025 10:46:07 +0000 Subject: [PATCH] [shader_recompiler/Maxwell] Add to ISBERD shift operation --- .../translate/impl/internal_stage_buffer_entry_read.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/shader_recompiler/frontend/maxwell/translate/impl/internal_stage_buffer_entry_read.cpp b/src/shader_recompiler/frontend/maxwell/translate/impl/internal_stage_buffer_entry_read.cpp index 1e56a9e18d..7ad341b7ea 100644 --- a/src/shader_recompiler/frontend/maxwell/translate/impl/internal_stage_buffer_entry_read.cpp +++ b/src/shader_recompiler/frontend/maxwell/translate/impl/internal_stage_buffer_entry_read.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