[tools] add separate maxwell disassembler and spirv translator

Signed-off-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
lizzie 2026-02-02 06:26:32 +00:00 committed by crueter
parent 8f4e8c6d6a
commit 770180b55c
9 changed files with 1087 additions and 1 deletions

View file

@ -709,6 +709,11 @@ endif()
add_subdirectory(src)
if (TRUE OR ENABLE_TEGRA_TOOLS)
add_subdirectory(tools/maxwell-disas)
add_subdirectory(tools/maxwell-spirv)
endif()
# Set yuzu project or yuzu-cmd project as default StartUp Project in Visual Studio depending on whether QT is enabled or not
if(ENABLE_QT)
set_property(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} PROPERTY VS_STARTUP_PROJECT yuzu)