From 44a07f96466273254227799cb22fd3459c0feb48 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Wed, 7 Aug 2024 17:11:35 +0900 Subject: [PATCH] FEATURES: added a sample jq to fetch all the resettable emulators for CLI - fix --- retrodeck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/retrodeck.sh b/retrodeck.sh index 8c878710..9ba232bc 100644 --- a/retrodeck.sh +++ b/retrodeck.sh @@ -66,7 +66,7 @@ https://retrodeck.net # (.emulator // .emulators | to_entries[]) | # select(.value.core == null and .value.resettable != false) | # .key] | sort | join("|") - # ' config/retrodeck/reference_lists/features.json + # ' "$features" if [[ "$component" =~ ^(es-de|retroarch|cemu|dolphin|duckstation|gzdoom|mame|melonds|pcsx2|ppsspp|primehack|ryujinx|rpcs3|vita3k|xemu|all)$ ]]; then read -p "You are about to reset $component to default settings. Enter 'y' to continue, 'n' to stop: " response