diff --git a/global.sh b/global.sh index 04e19df3..7d66313c 100755 --- a/global.sh +++ b/global.sh @@ -34,12 +34,6 @@ helper_files_list="$emuconfigs/defaults/retrodeck/reference_lists/helper_files_l rd_appdata="/app/share/appdata/net.retrodeck.retrodeck.appdata.xml" # The shipped appdata XML file for this version rpcs3_firmware="http://dus01.ps3.update.playstation.net/update/ps3/image/us/2023_0228_05fe32f5dc8c78acbcd84d36ee7fdc5b/PS3UPDAT.PUP" -# Options list for users to pick from during finit -# Syntax is "enabled_by_default" "Option name" "Option description" "option_flag_to_be_checked_for" - -finit_options_list=("false" "RPCS3 Firmware Install" "Install firmware needed for PS3 emulation during first install" "rpcs3_firmware" \ - "false" "RetroDECK Controller Profile" "Install custom RetroDECK controller profile (stored in shared Steam directory)" "rd_controller_profile") - # Config files for emulators with single config files cemuconf="/var/config/Cemu/settings.xml"