Merge pull request #1851 from brooksytech/dev

Add variable to detect rotated SDL
This commit is contained in:
Brooksytech 2023-07-30 06:33:34 -07:00 committed by GitHub
commit 745eb4c513
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -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 \