mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-25 11:07:04 +02:00
[tools] add separate maxwell disassembler and spirv translator
Signed-off-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
parent
8f4e8c6d6a
commit
770180b55c
9 changed files with 1087 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue