Merge pull request #1851 from brooksytech/dev
Add variable to detect rotated SDL
This commit is contained in:
commit
745eb4c513
2 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,7 @@ DEVICE_PLAYBACK_PATH_SPK="SPK"
|
|||
DEVICE_PLAYBACK_PATH_HP="HP"
|
||||
#DEVICE_HEADPHONE_DEV=""
|
||||
DEVICE_BRIGHTNESS="128"
|
||||
DEVICE_ROTATED_SDL=true
|
||||
UI_SERVICE="emustation.service"
|
||||
|
||||
# Kernel Modules
|
||||
|
|
|
@ -33,6 +33,7 @@ export SLOW_CORES \
|
|||
DEVICE_POWER_LED \
|
||||
DEVICE_PWM_FAN \
|
||||
DEVICE_PWM_MOTOR \
|
||||
DEVICE_ROTATED_SDL \
|
||||
DEVICE_SW_HP_SWITCH \
|
||||
DEVICE_TEMP_SENSOR \
|
||||
DEVICE_VOLUMECTL \
|
||||
|
|
Loading…
Reference in a new issue