From 9354a7f8cb5fc44e7c66d2becd9833ec493d3aa8 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Fri, 9 Aug 2024 00:13:07 +0900 Subject: [PATCH] FEATURES: added features variable to global.sh --- functions/global.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/functions/global.sh b/functions/global.sh index 2584aafd..1eb39f12 100644 --- a/functions/global.sh +++ b/functions/global.sh @@ -55,6 +55,7 @@ incompatible_presets_reference_list="$config/retrodeck/reference_lists/incompati pretty_system_names_reference_list="$config/retrodeck/reference_lists/pretty_system_names.cfg" # An internal translation list for turning internal names (eg. gbc) to "pretty" names (Nintendo GameBoy Color) git_organization_name="RetroDECK" # The name of the organization in our git repository such as GitHub cooker_repository_name="Cooker" # The name of the cooker repository under RetroDECK organization +features="$config/retrodeck/reference_lists/features.json" # A file where all the RetroDECK and component capabilities are kept for querying # Godot data transfer temp files