From 795f4bfa1e63b194fe113e897bd2cc80d1b2f1c2 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Sat, 13 Apr 2024 14:58:55 +0900 Subject: [PATCH] PONZU: kiroi was not resetting correctly --- functions/functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/functions.sh b/functions/functions.sh index 3478679c..b8ea9953 100644 --- a/functions/functions.sh +++ b/functions/functions.sh @@ -687,7 +687,7 @@ ponzu() { executable="$data_dir/bin/yuzu" log d "Making $executable executable" chmod +x "$executable" - prepare_component "reset" "citra" + prepare_component "reset" "yuzu" set_setting_value $rd_conf "kiroi_ponzu" "true" retrodeck "options" fi