diff --git a/CMakeLists.txt b/CMakeLists.txt index 159a3e2..a21c40a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -158,6 +158,15 @@ set (SOURCES ${CMAKE_SOURCE_DIR}/src/ui/ui_config.cpp ${CMAKE_SOURCE_DIR}/src/ui/ui_color_hack.cpp ${CMAKE_SOURCE_DIR}/src/ui/ui_rml_hacks.cpp + ${CMAKE_SOURCE_DIR}/src/ui/ui_elements.cpp + ${CMAKE_SOURCE_DIR}/src/ui/elements/ElementConfigGroup.cpp + ${CMAKE_SOURCE_DIR}/src/ui/elements/ElementConfigOption.cpp + ${CMAKE_SOURCE_DIR}/src/ui/elements/ElementOptionTypeCheckbox.cpp + ${CMAKE_SOURCE_DIR}/src/ui/elements/ElementOptionTypeRadioTabs.cpp + ${CMAKE_SOURCE_DIR}/src/ui/elements/ElementOptionTypeRange.cpp + ${CMAKE_SOURCE_DIR}/src/ui/elements/ElementDescription.cpp + ${CMAKE_SOURCE_DIR}/src/ui/config_options/ConfigRegistry.cpp + ${CMAKE_SOURCE_DIR}/src/ui/config_options/ConfigOption.cpp ${CMAKE_SOURCE_DIR}/rsp/aspMain.cpp ${CMAKE_SOURCE_DIR}/rsp/njpgdspMain.cpp diff --git a/assets/config_menu.rml b/assets/config_menu.rml index 6de1fb4..c8609bc 100644 --- a/assets/config_menu.rml +++ b/assets/config_menu.rml @@ -28,6 +28,7 @@ + @@ -71,6 +72,13 @@