Use latest LUS and set GFX debugger disassembler define (#146)

* set gfx debugger define for LUS

* bump lus
This commit is contained in:
Archez
2024-05-22 09:04:59 -05:00
committed by Garrett Cox
parent fe1a486ae4
commit 956fbbd298
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -19,6 +19,9 @@ if (CMAKE_SYSTEM_NAME MATCHES "Windows|Linux")
endif()
endif()
# Enable the Gfx debugger in LUS to use libgfxd from ZAPDTR
set(GFX_DEBUG_DISASSEMBLER ON)
if (CMAKE_SYSTEM_NAME STREQUAL "Windows")
include(CMake/automate-vcpkg.cmake)