mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 14:05:39 +00:00
Define / update some variable names
This commit is contained in:
parent
8d35c97ade
commit
fe459f0381
|
@ -14,7 +14,7 @@ sdcard=/run/media/mmcblk0p1
|
|||
power_user_warning=true
|
||||
desktop_mode_warning=true
|
||||
network_features=false
|
||||
multi_user=false
|
||||
multi_user_mode=false
|
||||
ask_default_user=true
|
||||
default_user=
|
||||
developer_options=false
|
|
@ -22,6 +22,7 @@ rd_userlist="/var/config/retrodeck/userlist.cfg"
|
|||
lockfile="/var/config/retrodeck/.lock" # where the lockfile is located
|
||||
default_sd="/run/media/mmcblk0p1" # Steam Deck SD default path
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue