From c21f7af8633db0ccbae34b341619566d5eef8f80 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Wed, 7 Aug 2024 21:59:39 +0900 Subject: [PATCH] FEATURES: added more bioses --- .../retrodeck/reference_lists/features.json | 70 ++++++++++++++++++- .../reference_lists/finit_options_list.cfg | 3 - 2 files changed, 67 insertions(+), 6 deletions(-) delete mode 100644 config/retrodeck/reference_lists/finit_options_list.cfg diff --git a/config/retrodeck/reference_lists/features.json b/config/retrodeck/reference_lists/features.json index 25635b4a..50b370bd 100644 --- a/config/retrodeck/reference_lists/features.json +++ b/config/retrodeck/reference_lists/features.json @@ -273,7 +273,21 @@ "rewind": true, "abxy_button": true } - ] + ], + "bios": { + "gb_bios": { + "filename": "gb_bios.bin", + "hash": "32fbbd84168d3482956eb3c5051637f5", + "description": "Game Boy BIOS", + "required": "Optional BIOS file (used to display the Nintendo logo at boot)" + }, + "gbc_bios": { + "filename": "gbc_bios.bin", + "hash": "dbfce9db9deaa2567f6a84fde55f9680", + "description": "Game Boy Color BIOS", + "required": "Optional BIOS file (used to display the Nintendo logo at boot)" + } + } }, "mgba_libetro": { "name": "mGBA", @@ -284,7 +298,15 @@ "rewind": true, "abxy_button": true } - ] + ], + "bios": { + "gba_bios": { + "filename": "gba_bios.bin", + "hash": "a860e8c0b6d573d191e4ec7db1b1e4f6", + "description": "Game Boy Advance BIOS", + "required": "Optional BIOS file (used to display the Nintendo logo at boot)" + } + } } } } @@ -524,6 +546,22 @@ "ponzu": true, "abxy_button": true } + }, + "bios": { + "bios": { + "prod_keys": { + "filename": "prod.keys", + "hash": "Unknown", + "description": "Nintendo Switch key file", + "required": "A file for Switch emulation in Ryujinx (Required)" + }, + "title_keys": { + "filename": "title.keys", + "hash": "Unknown", + "description": "Nintendo Switch key file", + "required": "A file for Switch emulation in Ryujinx (Required)" + } + } } }, "gc": { @@ -601,7 +639,33 @@ "xemu": { "description": "xemu Xbox Emulator", "name": "xemu", - "launch": "xemu" + "launch": "xemu", + "bios": { + "mcpx_1.0": { + "filename": "mcpx_1.0.bin", + "hash": "d49c52a4102f6df7bcf8d0617ac475ed", + "description": "Microsoft XBOX BIOS", + "required": "no" + }, + "complex": { + "filename": "Complex.bin", + "hash": "Unknown", + "description": "Microsoft XBOX BIOS", + "required": "no" + }, + "complex_4627v1.03": { + "filename": "Complex_4627v1.03.bin", + "hash": "Unknown", + "description": "Microsoft XBOX BIOS", + "required": "no" + }, + "complex_4627": { + "filename": "Complex_4627.bin", + "hash": "Unknown", + "description": "Microsoft XBOX BIOS", + "required": "no" + } + } } } } diff --git a/config/retrodeck/reference_lists/finit_options_list.cfg b/config/retrodeck/reference_lists/finit_options_list.cfg deleted file mode 100644 index fdf9f19b..00000000 --- a/config/retrodeck/reference_lists/finit_options_list.cfg +++ /dev/null @@ -1,3 +0,0 @@ -true^RetroDECK Steam Controller Profiles Install^Install RetroDECK Steam Input profiles to Steam - Recommended^rd_controller_profile -false^RPCS3 Firmware Install^Install firmware needed for PS3 emulation^rpcs3_firmware -false^Vita3K Firmware Install^Install firmware needed for Vita3K emulation^vita3k_firmware