Define / update some variable names

This commit is contained in:
icenine451 2023-03-23 14:28:23 -04:00
parent 8d35c97ade
commit fe459f0381
2 changed files with 2 additions and 1 deletions

View file

@ -14,7 +14,7 @@ sdcard=/run/media/mmcblk0p1
power_user_warning=true power_user_warning=true
desktop_mode_warning=true desktop_mode_warning=true
network_features=false network_features=false
multi_user=false multi_user_mode=false
ask_default_user=true ask_default_user=true
default_user= default_user=
developer_options=false developer_options=false

View file

@ -22,6 +22,7 @@ rd_userlist="/var/config/retrodeck/userlist.cfg"
lockfile="/var/config/retrodeck/.lock" # where the lockfile is located lockfile="/var/config/retrodeck/.lock" # where the lockfile is located
default_sd="/run/media/mmcblk0p1" # Steam Deck SD default path default_sd="/run/media/mmcblk0p1" # Steam Deck SD default path
hard_version="$(cat '/app/retrodeck/version')" # hardcoded version (in the readonly filesystem) hard_version="$(cat '/app/retrodeck/version')" # hardcoded version (in the readonly filesystem)
rd_repo="https://github.com/XargonWan/RetroDECK" # The URL of the main RetroDECK GitHub repo
# Config files for emulators with single config files # Config files for emulators with single config files