From dfbdde5430cff569e6c75b2f61d1ebc5ce688d98 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Sat, 13 Apr 2024 14:55:13 +0900 Subject: [PATCH] PONZU: adding sdl and qt version of kiroi + bugfixes --- functions/functions.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/functions/functions.sh b/functions/functions.sh index b040fc73..3478679c 100644 --- a/functions/functions.sh +++ b/functions/functions.sh @@ -676,10 +676,11 @@ ponzu() { rm -rf * if [[ "$ponzu_file" == *itra* ]]; then mv "$tmp_folder/usr/"** . - executable="$data_dir/bin/citra-qt" - log d "Making $executable executable" + executable="$data_dir/bin/citra" + log d "Making $executable and $executable-qt executable" chmod +x "$executable" - prepare_component "reset" "yuzu" + chmod +x "$executable-qt" + prepare_component "reset" "citra" set_setting_value $rd_conf "akai_ponzu" "true" retrodeck "options" elif [[ "$ponzu_file" == *uzu* ]]; then mv "$tmp_folder/usr/"** .