diff options
| author | Archez <Archez@users.noreply.github.com> | 2024-10-18 11:05:31 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-17 19:05:31 -0700 |
| commit | f1841a20f39d3ac3b60a61ecb0f54b536e416fff (patch) | |
| tree | 3662331422852da26e8fc4f72b402515161423b4 /CMakeLists.txt | |
| parent | ed32a2820c0316a658ab75cfd9edfa199bf37a54 (diff) | |
add gfx debugger support (#4345)
Co-authored-by: Malkierian <malkierian@gmail.com>
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b1e064233..606abeba7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -130,9 +130,13 @@ include(CMake/GlobalSettingsInclude.cmake OPTIONAL) set_property(GLOBAL PROPERTY USE_FOLDERS ON) ################################################################################ -# Set GBI version +# Set LUS vars ################################################################################ +# Enable the Gfx debugger in LUS to use libgfxd from ZAPDTR +set(GFX_DEBUG_DISASSEMBLER ON) + +# Tell LUS we're using F3DEX_GBI_2 (in a way that doesn't break libgfxd) set(GBI_UCODE F3DEX_GBI_2) ################################################################################ |
