You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
342 B
14 lines
342 B
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/switch") |
|
|
|
set(ASAN OFF) |
|
set(UBSAN OFF) |
|
set(BUILD_TESTING OFF) |
|
|
|
set(DEVILUTIONX_SYSTEM_LIBSODIUM OFF) |
|
set(DISABLE_ZERO_TIER ON) |
|
set(PREFILL_PLAYER_NAME ON) |
|
|
|
set(JOY_BUTTON_DPAD_LEFT 16) |
|
set(JOY_BUTTON_DPAD_UP 17) |
|
set(JOY_BUTTON_DPAD_RIGHT 18) |
|
set(JOY_BUTTON_DPAD_DOWN 19)
|
|
|