FEATURES: fixes due to the new structure

This commit is contained in:
XargonWan 2024-08-08 21:59:35 +09:00
parent 411940e3d6
commit 66509f07f5

View file

@ -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"