diff options
| author | Archez <Archez@users.noreply.github.com> | 2024-03-01 18:30:28 -0500 |
|---|---|---|
| committer | Garrett Cox <garrettjcox@gmail.com> | 2024-05-22 09:04:59 -0500 |
| commit | 956fbbd2986e56235be581e06de4ba36c37fe6f9 (patch) | |
| tree | bbd4781d8bc6e8e81358e882f906a3a8ec8d1a6c /CMakeLists.txt | |
| parent | fe1a486ae4b9ffd1a3beeddac87bf69db9af7644 (diff) | |
Use latest LUS and set GFX debugger disassembler define (#146)
* set gfx debugger define for LUS
* bump lus
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b570e1873..18a0f1c55 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) |
