Skip to content

Commit

Permalink
[bass] fix subgroups options
Browse files Browse the repository at this point in the history
  • Loading branch information
electrikjesus committed Jan 12, 2025
1 parent ba35544 commit e372839
Showing 1 changed file with 44 additions and 44 deletions.
88 changes: 44 additions & 44 deletions src/modules/options/options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -280,71 +280,71 @@
default: " "

- name: "Display Orientation/Rotation"
options:
subgroups:
- name: "Set HDMI rotation"
distinct: true
options:
- name: "Force surfaceflinger primary display orientation to landscape"
description: "SET_HDMI_ROTATION=landscape"
- name: "Force surfaceflinger primary display orientation to portrait"
description: "SET_HDMI_ROTATION=portrait"
- name: "Force surfaceflinger primary display orientation to landscape"
description: "SET_HDMI_ROTATION=landscape"
- name: "Force surfaceflinger primary display orientation to portrait"
description: "SET_HDMI_ROTATION=portrait"
- name: "Set per window input rotation on/off"
description: "SET_PER_WINDOW_INPUT_ROTATION=1"
- name: "Set SurfaceFlinger rotation"
distinct: true
options:
- name: "Force SurfaceFlinger rotation to 0"
description: "SET_SF_ROTATION=0"
- name: "Force SurfaceFlinger rotation to 90"
description: "SET_SF_ROTATION=90"
- name: "Force SurfaceFlinger rotation to 180"
description: "SET_SF_ROTATION=180"
- name: "Force SurfaceFlinger rotation to 270"
description: "SET_SF_ROTATION=270"
- name: "Force SurfaceFlinger rotation to 0"
description: "SET_SF_ROTATION=0"
- name: "Force SurfaceFlinger rotation to 90"
description: "SET_SF_ROTATION=90"
- name: "Force SurfaceFlinger rotation to 180"
description: "SET_SF_ROTATION=180"
- name: "Force SurfaceFlinger rotation to 270"
description: "SET_SF_ROTATION=270"
- name: "Set touchscreen rotation"
distinct: true
options:
- name: "Force touchscreen rotation to 0"
description: "SET_TOUCHSCREEN_ROTATION=0"
- name: "Force touchscreen rotation to 90"
description: "SET_TOUCHSCREEN_ROTATION=90"
- name: "Force touchscreen rotation to 180"
description: "SET_TOUCHSCREEN_ROTATION=180"
- name: "Force touchscreen rotation to 270"
description: "SET_TOUCHSCREEN_ROTATION=270"
- name: "Force touchscreen rotation to 0"
description: "SET_TOUCHSCREEN_ROTATION=0"
- name: "Force touchscreen rotation to 90"
description: "SET_TOUCHSCREEN_ROTATION=90"
- name: "Force touchscreen rotation to 180"
description: "SET_TOUCHSCREEN_ROTATION=180"
- name: "Force touchscreen rotation to 270"
description: "SET_TOUCHSCREEN_ROTATION=270"
- name: "Set internal display rotation"
distinct: true
options:
- name: "Force internal display rotation to 0"
description: "SET_ROTATION_ON_INTERNAL_DISPLAY=0"
- name: "Force internal display rotation to 90"
description: "SET_ROTATION_ON_INTERNAL_DISPLAY=90"
- name: "Force internal display rotation to 180"
description: "SET_ROTATION_ON_INTERNAL_DISPLAY=180"
- name: "Force internal display rotation to 270"
description: "SET_ROTATION_ON_INTERNAL_DISPLAY=270"
- name: "Force internal display rotation to 0"
description: "SET_ROTATION_ON_INTERNAL_DISPLAY=0"
- name: "Force internal display rotation to 90"
description: "SET_ROTATION_ON_INTERNAL_DISPLAY=90"
- name: "Force internal display rotation to 180"
description: "SET_ROTATION_ON_INTERNAL_DISPLAY=180"
- name: "Force internal display rotation to 270"
description: "SET_ROTATION_ON_INTERNAL_DISPLAY=270"
- name: "Set override forced orientation (true/false)"
description: "SET_OVERRIDE_FORCED_ORIENT=1"
- name: "Forces system app orientation"
distinct: true
options:
- name: "Force system app orientation to force_land"
description: "SET_SYSTEM_APP_ORIENT=force_land"
- name: "Force system app orientation to middle_port"
description: "SET_SYSTEM_APP_ORIENT=middle_port"
- name: "Force system app orientation to original"
description: "SET_SYSTEM_APP_ORIENT=original"
- name: "Force system app orientation to force_land"
description: "SET_SYSTEM_APP_ORIENT=force_land"
- name: "Force system app orientation to middle_port"
description: "SET_SYSTEM_APP_ORIENT=middle_port"
- name: "Force system app orientation to original"
description: "SET_SYSTEM_APP_ORIENT=original"
- name: "Set surfaceflinger primary display orientation"
distinct: true
options:
- name: "Force surfaceflinger primary display orientation to 0"
description: "SET_PRIMARY_DISPLAY_ORIENTATION=ORIENTATION_0"
- name: "Force surfaceflinger primary display orientation to 90"
description: "SET_PRIMARY_DISPLAY_ORIENTATION=ORIENTATION_90"
- name: "Force surfaceflinger primary display orientation to 180"
description: "SET_PRIMARY_DISPLAY_ORIENTATION=ORIENTATION_180"
- name: "Force surfaceflinger primary display orientation to 270"
description: "SET_PRIMARY_DISPLAY_ORIENTATION=ORIENTATION_270"
- name: "Force surfaceflinger primary display orientation to 0"
description: "SET_PRIMARY_DISPLAY_ORIENTATION=ORIENTATION_0"
- name: "Force surfaceflinger primary display orientation to 90"
description: "SET_PRIMARY_DISPLAY_ORIENTATION=ORIENTATION_90"
- name: "Force surfaceflinger primary display orientation to 180"
description: "SET_PRIMARY_DISPLAY_ORIENTATION=ORIENTATION_180"
- name: "Force surfaceflinger primary display orientation to 270"
description: "SET_PRIMARY_DISPLAY_ORIENTATION=ORIENTATION_270"

- name: "Memory Management & Hardware Timeout"
options:
Expand Down Expand Up @@ -413,7 +413,7 @@
description: "FORCE_DISABLE_ALL_RADIOS=1"

- name: "Desktop Mode Options"
options:
subgroups:
- name: "Enable desktop mode on external displays (0,1)"
description: "FORCE_DESKTOP_ON_EXTERNAL="
editable: true
Expand Down

0 comments on commit e372839

Please sign in to comment.