slug
This commit is contained in:
parent
918e0637ef
commit
8c81713728
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 <cassert>
|
||||
#include <cstdlib>
|
||||
#include <sirit/sirit.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue