mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-28 08:35:42 +00:00
FEATURES: added a sample jq to fetch all the resettable emulators for CLI - fix
This commit is contained in:
parent
9530207ca5
commit
44a07f9646
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue