Update device.config for testing.
This commit is contained in:
parent
4b863ee787
commit
af5d2471c7
1 changed files with 19 additions and 0 deletions
|
@ -15,3 +15,22 @@ CPU_FREQ=("/sys/devices/system/cpu/cpufreq/policy0" \
|
|||
# Affinity
|
||||
SLOW_CORES="taskset -c 0-3"
|
||||
FAST_CORES="${SLOW_CORES}"
|
||||
|
||||
# Controller
|
||||
DEVICE_BTN_SOUTH="0"
|
||||
DEVICE_BTN_EAST="1"
|
||||
DEVICE_BTN_NORTH="3"
|
||||
DEVICE_BTN_WEST="2"
|
||||
DEVICE_BTN_TL="9"
|
||||
DEVICE_BTN_TR="10"
|
||||
#DEVICE_BTN_TL2="6"
|
||||
#DEVICE_BTN_TR2="7"
|
||||
DEVICE_BTN_SELECT="4"
|
||||
DEVICE_BTN_START="6"
|
||||
#DEVICE_BTN_MODE="10"
|
||||
DEVICE_BTN_THUMBL="7"
|
||||
DEVICE_BTN_THUMBR="8"
|
||||
DEVICE_BTN_DPAD_UP="11"
|
||||
DEVICE_BTN_DPAD_DOWN="12"
|
||||
DEVICE_BTN_DPAD_LEFT="13"
|
||||
DEVICE_BTN_DPAD_RIGHT="14"
|
||||
|
|
Loading…
Reference in a new issue