diff options
| author | Archez <Archez@users.noreply.github.com> | 2024-06-22 15:05:32 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-22 15:05:32 -0400 |
| commit | fc309f5eaa7a5acdd7f3b4fa9b5b7beb025287d8 (patch) | |
| tree | bdb4bb5dd08d1507a46222d8bba48ca6ae333c63 /CMakeLists.txt | |
| parent | e87d7c6954f2e14f9ab48d4d398ad5317c34d130 (diff) | |
bump lus with ucode change (#708)
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index fcdb1001f..e606c1627 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,7 +32,7 @@ endif() set(GFX_DEBUG_DISASSEMBLER ON) # Tell LUS we're using F3DEX_GBI_2 (in a way that doesn't break libgfxd) -set(USE_F3DEX2 ON) +set(GBI_UCODE F3DEX_GBI_2) ################################################################################ # Set target arch type if empty. Visual studio solution generator provides it. |
