From 8c81713728b198c103865f370b3ac845ea2ee4d5 Mon Sep 17 00:00:00 2001 From: lizzie Date: Mon, 2 Feb 2026 06:37:19 +0000 Subject: [PATCH] slug --- tools/maxwell-disas/CMakeLists.txt | 2 +- tools/maxwell-spirv/CMakeLists.txt | 2 +- tools/maxwell-spirv/reference_impl.cpp | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/tools/maxwell-disas/CMakeLists.txt b/tools/maxwell-disas/CMakeLists.txt index 9a5d4ac7eb..194cbe6a39 100644 --- a/tools/maxwell-disas/CMakeLists.txt +++ b/tools/maxwell-disas/CMakeLists.txt @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project +# SPDX-FileCopyrightText: Copyright 2026 Eden Emulator Project # SPDX-License-Identifier: GPL-3.0-or-later add_executable(maxwell-disas main.cpp) target_link_libraries(maxwell-disas PRIVATE common shader_recompiler Threads::Threads) diff --git a/tools/maxwell-spirv/CMakeLists.txt b/tools/maxwell-spirv/CMakeLists.txt index 3a6c19eb19..323d5046f8 100644 --- a/tools/maxwell-spirv/CMakeLists.txt +++ b/tools/maxwell-spirv/CMakeLists.txt @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project +# SPDX-FileCopyrightText: Copyright 2026 Eden Emulator Project # SPDX-License-Identifier: GPL-3.0-or-later add_executable(maxwell-spirv main.cpp diff --git a/tools/maxwell-spirv/reference_impl.cpp b/tools/maxwell-spirv/reference_impl.cpp index 3f501ff322..db4d0994e4 100644 --- a/tools/maxwell-spirv/reference_impl.cpp +++ b/tools/maxwell-spirv/reference_impl.cpp @@ -1,3 +1,9 @@ +// SPDX-FileCopyrightText: Copyright 2026 Eden Emulator Project +// SPDX-License-Identifier: GPL-3.0-or-later + +#include "common/bit_field.h" +#include "common/common_types.h" +#include "spirv/unified1/spirv.hpp11" #include #include #include