small fixes

This commit is contained in:
Rodrigo 2023-09-07 20:32:48 +02:00
parent 4d821b4c0d
commit 33a59dc91f
2 changed files with 1 additions and 16 deletions

View file

@ -17,7 +17,7 @@ emuDecksettingsFile="$HOME/emudeck/settings.sh"
#Functions
function setSetting () {
function setSetting() {
local var=$1
local new_val=$2

View file

@ -1,19 +1,4 @@
#!/bin/bash
clear
echo -e "EmuDeck for ${GREEN}Android${NONE} ${RED}BETA${NONE}"
echo -e "${BOLD}You must hide the virtual keyboard to continue so you can read all the instructions${NONE}"
echo -e "If your controller is not being recognized you might need to connect a Keyboard."
echo -e "Press the ${RED}A button${NONE} when ready"
read clear
clear
echo -e "${BOLD}We will ask you several questions where you will need to pick a choice, you can choose using these controls${NONE}"
echo -e "DPAD = Move around options"
echo -e "${GREEN}Y button${NONE} = Select option"
echo -e "${RED}A button${NONE} = Accept"
echo -e "Press the ${RED}A button${NONE} to start"
read clear
clear
while true; do
question=$(whiptail --title "EmuDeck configuration mode" \
--radiolist "Move using your DPAD and select your platforms with the Y button. Press the A button to select." 10 80 4 \