From 66509f07f52b829dd4e7e18071e28e6cb0875822 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Thu, 8 Aug 2024 21:59:35 +0900 Subject: [PATCH] FEATURES: fixes due to the new structure --- retrodeck.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/retrodeck.sh b/retrodeck.sh index 9ba232bc..72177781 100644 --- a/retrodeck.sh +++ b/retrodeck.sh @@ -62,8 +62,7 @@ https://retrodeck.net # TODO: this is the jq to get all the resettable emulators list, generic component is missing # jq -r ' - # [.system[] | - # (.emulator // .emulators | to_entries[]) | + # [(.emulator | to_entries[]) | # select(.value.core == null and .value.resettable != false) | # .key] | sort | join("|") # ' "$features"