Framebuffer clear and bump LUS (#4187)

This commit is contained in:
Lywx 2024-05-27 16:33:02 -06:00 committed by GitHub
commit 53efc22a23
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 17 additions and 18 deletions

View file

@ -84,6 +84,12 @@ include(CMake/GlobalSettingsInclude.cmake OPTIONAL)
################################################################################
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
################################################################################
# Set GBI version
################################################################################
add_compile_definitions(F3DEX_GBI_2)
################################################################################
# Sub-projects
################################################################################