From e428a1b58c25b8f2148c3d58f6bad1f258a9fed7 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Mon, 15 Feb 2021 12:44:16 -0500 Subject: [PATCH] Updated checklist. --- audiogame-manager.sh | 5 +++++ 1 file changed, 5 insertions(+) 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