From 7816c15c2750055b660b4854265cdc82ca15e4b7 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Thu, 21 Mar 2024 08:14:44 +0100 Subject: [PATCH] RYUJINX: edited bios folder not found message [skip ci] --- functions/functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/functions.sh b/functions/functions.sh index d7a5ae3c..43dc82fb 100644 --- a/functions/functions.sh +++ b/functions/functions.sh @@ -653,7 +653,7 @@ manage_ryujinx_keys() { log w "No files found in $bios_folder/switch/keys. Continuing..." fi else - log w "Directory $bios_folder/switch/keys does not exist. Maybe Ryujinx was never run. Continuing..." + log e "Directory $bios_folder/switch/keys does not exist. Something is wrong with your RetroDECK installation. Continuing but Ryujinx will not be able to run any game." fi }