summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorLywx <kiritodev01@gmail.com>2024-05-27 16:33:02 -0600
committerGitHub <noreply@github.com>2024-05-27 18:33:02 -0400
commit53efc22a23efd7bc76733efa00a35d67b798ae29 (patch)
tree59c9d7c43b8cfa3863cb2b1072e4a73f31e139f3 /CMakeLists.txt
parentad0e17383e72c652541e6a90367ab720c6a18723 (diff)
Framebuffer clear and bump LUS (#4187)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 891d6ad26..490489f55 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -85,6 +85,12 @@ include(CMake/GlobalSettingsInclude.cmake OPTIONAL)
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
################################################################################
+# Set GBI version
+################################################################################
+
+add_compile_definitions(F3DEX_GBI_2)
+
+################################################################################
# Sub-projects
################################################################################
add_subdirectory(libultraship ${CMAKE_BINARY_DIR}/libultraship)