diff --git a/audiogame-manager.sh b/audiogame-manager.sh index 5dee1ac..684f38d 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -185,6 +185,11 @@ checklist() { else errorList+=("Warning: ocrdesktop is not installed. It can help if the installer gets stuck to figure out what is happening.") fi + if command -v qjoypad &> /dev/null ; then + echo "Qjoypad is installed." + else + errorList+=("Warning: qjoypad is not installed. Qjoypad allows you to play keyboard only games with a gamepad.") + fi if command -v unix2dos &> /dev/null ; then echo "Dos2unix is installed." else