From 149a725e04c376cf5562035830f675c10af72410 Mon Sep 17 00:00:00 2001 From: monkeyx-net Date: Thu, 1 Aug 2024 17:03:48 +0100 Subject: [PATCH] On branch feat/godot-configurator Changes to be committed: new file: tools/configurator/export/data_list.json --- tools/configurator/export/data_list.json | 348 +++++++++++++++++++++++ 1 file changed, 348 insertions(+) create mode 100644 tools/configurator/export/data_list.json diff --git a/tools/configurator/export/data_list.json b/tools/configurator/export/data_list.json new file mode 100644 index 00000000..b8cbea77 --- /dev/null +++ b/tools/configurator/export/data_list.json @@ -0,0 +1,348 @@ +{ + "about_links": { + "example_site": { + "description": "An example description.", + "name": "Example Site", + "url": "https://example.com" + }, + "rd_changelog": { + "description": "Opens the RetroDECK change log in your default browser", + "name": "Changelog", + "url": "https://retrodeck.readthedocs.io/en/latest/wiki_rd_versions/version-history/" + }, + "rd_contactus": { + "description": "Opens the RetroDECK contact us section in your default browser", + "name": "Contact us", + "url": "https://github.com/XargonWan/RetroDECK" + }, + "rd_credits": { + "description": "Opens the RetroDECK Credits in your default browser", + "name": "Credits", + "url": "https://retrodeck.readthedocs.io/en/latest/wiki_credits/donations-licenses/" + }, + "rd_donate": { + "description": "Opens Donations page in your default browser", + "name": "Donate", + "url": "https://retrodeck.readthedocs.io/en/latest/wiki_credits/donations-licenses/" + }, + "rd_licenses": { + "description": "Opens the RetroDECK licenses in your default browser", + "name": "Licences", + "url": "https://retrodeck.readthedocs.io/en/latest/wiki_credits/donations-licenses/" + }, + "rd_web": { + "description": "Opens the RetroDECK Website in your default browser", + "name": "Website", + "url": "https://retrodeck.net/" + }, + "rd_wiki": { + "description": "Opens the RetroDECK Wiki in your default browser", + "name": "Wiki", + "url": "https://retrodeck.readthedocs.io/en/latest/" + } + }, + "emulators": { + "cemu": { + "description": "Wii U emulator", + "name": "Cemu", + "options": [ + { + "resettable": true + } + ], + "properties": [ + { + "standalone": true + }, + { + "abxy_button": { + "status": false + } + } + ] + }, + "citra": { + "description": "N3DS emulator", + "name": "Citra", + "options": [ + { + "resettable": true + } + ], + "properties": [ + { + "standalone": true + }, + { + "abxy_button": { + "status": false + } + } + ] + }, + "dolphin": { + "description": "Wii/GameCube emulator", + "name": "Dolphin", + "options": [ + { + "resettable": true + } + ], + "properties": [ + { + "standalone": true + }, + { + "abxy_button": { + "status": false + } + } + ] + }, + "duckstation": { + "description": "PSX emulator", + "name": "Duckstation", + "options": [ + { + "resettable": true + } + ], + "properties": [ + { + "standalone": true + }, + { + "abxy_button": { + "status": false + } + } + ] + }, + "example_emulator": { + "description": "An example emulator.", + "name": "Example Emulator", + "options": [ + { + "resettable": true + } + ], + "properties": [ + { + "abxy_button": { + "status": false + }, + "standalone": true + } + ] + }, + "gzdoom": { + "description": "Doom engine", + "name": "GZDoom", + "options": [ + { + "resettable": true + } + ], + "properties": [ + { + "standalone": true + }, + { + "abxy_button": { + "status": false + } + } + ] + }, + "mame": { + "description": "Multiple Arcade Machine Emulator", + "name": "MAME", + "options": [ + { + "resettable": true + } + ], + "properties": [ + { + "standalone": true + }, + { + "abxy_button": { + "status": false + } + } + ] + }, + "melonds": { + "description": "NDS emulator", + "name": "MelonDS", + "options": [ + { + "resettable": true + } + ], + "properties": [ + { + "standalone": true + }, + { + "abxy_button": { + "status": false + } + } + ] + }, + "pcsx2": { + "description": "PS2 emulator", + "name": "PCSX2", + "options": [ + { + "resettable": true + } + ], + "properties": [ + { + "standalone": true + }, + { + "abxy_button": { + "status": false + } + } + ] + }, + "ppsspp": { + "description": "PSP emulator", + "name": "PPSSPP", + "options": [ + { + "resettable": true + } + ], + "properties": [ + { + "standalone": true + }, + { + "abxy_button": { + "status": false + } + } + ] + }, + "primehack": { + "description": "Metroid Prime emulator", + "name": "Primehack", + "options": [ + { + "resettable": true + } + ], + "properties": [ + { + "standalone": true + }, + { + "abxy_button": { + "status": false + } + } + ] + }, + "rpcs3": { + "description": "PS3 emulator", + "name": "RPCS3", + "options": [ + { + "resettable": true + } + ], + "properties": [ + { + "standalone": true + }, + { + "abxy_button": { + "status": false + } + } + ] + }, + "ryujinx": { + "description": "Switch emulator", + "name": "Ryujinx", + "options": [ + { + "resettable": true + } + ], + "properties": [ + { + "standalone": true + }, + { + "abxy_button": { + "status": false + } + } + ] + }, + "vita3k": { + "description": "PS Vita emulator", + "name": "Vita3k", + "options": [ + { + "resettable": true + } + ], + "properties": [ + { + "standalone": true + }, + { + "abxy_button": { + "status": false + } + } + ] + }, + "xemu": { + "description": "XBOX emulator", + "name": "XEMU", + "options": [ + { + "resettable": true + } + ], + "properties": [ + { + "standalone": true + }, + { + "abxy_button": { + "status": false + } + } + ] + }, + "yuzu": { + "description": "Switch emulator", + "name": "Yuzu", + "options": [ + { + "resettable": true + } + ], + "properties": [ + { + "standalone": true + }, + { + "abxy_button": { + "status": false + } + } + ] + } + } +} \ No newline at end of file