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
318 B
14 lines
318 B
|
4 years ago
|
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/switch")
|
||
|
|
|
||
|
5 years ago
|
set(ASAN OFF)
|
||
|
|
set(UBSAN OFF)
|
||
|
|
|
||
|
5 years ago
|
set(DEVILUTIONX_SYSTEM_LIBSODIUM OFF)
|
||
|
|
set(DISABLE_ZERO_TIER ON)
|
||
|
7 years ago
|
set(PREFILL_PLAYER_NAME ON)
|
||
|
5 years ago
|
|
||
|
7 years ago
|
set(JOY_BUTTON_DPAD_LEFT 16)
|
||
|
|
set(JOY_BUTTON_DPAD_UP 17)
|
||
|
|
set(JOY_BUTTON_DPAD_RIGHT 18)
|
||
|
|
set(JOY_BUTTON_DPAD_DOWN 19)
|