mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-28 16:45:42 +00:00
FEATURES: json fmt
This commit is contained in:
parent
5d281cf4d9
commit
5fc458693f
|
@ -41,7 +41,7 @@
|
|||
"url": "https://retrodeck.readthedocs.io/en/latest/"
|
||||
}
|
||||
},
|
||||
"finit_default_options" : {
|
||||
"finit_default_options": {
|
||||
"rd_controller_profile": {
|
||||
"name": "RetroDECK Steam Controller Profiles Install",
|
||||
"description": "Install RetroDECK Steam Input profiles to Steam - Recommended",
|
||||
|
@ -58,7 +58,7 @@
|
|||
"enabled": false
|
||||
}
|
||||
},
|
||||
"splash_screens" : {
|
||||
"splash_screens": {
|
||||
"xmas": {
|
||||
"start_date": "1201",
|
||||
"end_date": "1231",
|
||||
|
@ -102,9 +102,8 @@
|
|||
"filename": "rd-kodomo-golden.svg"
|
||||
}
|
||||
},
|
||||
"incompatible_presets" :
|
||||
{
|
||||
"borders" : "widescreen"
|
||||
"incompatible_presets": {
|
||||
"borders": "widescreen"
|
||||
},
|
||||
"helper_files": {
|
||||
"dolphin_mods": {
|
||||
|
@ -115,7 +114,6 @@
|
|||
"filename": "how-to-install-primehack-mods.txt",
|
||||
"location": "$mods_folder/Primehack"
|
||||
},
|
||||
|
||||
"mesen_textures": {
|
||||
"filename": "how-to-install-Mesen-textures.txt",
|
||||
"location": "$texture_packs_folder/RetroArch-Mesen"
|
||||
|
@ -140,7 +138,6 @@
|
|||
"filename": "how-to-install-Duckstation-textures.txt",
|
||||
"location": "$texture_packs_folder/Duckstation"
|
||||
},
|
||||
|
||||
"psvita_games": {
|
||||
"filename": "how-to-install-psvita-games.txt",
|
||||
"location": "$roms_folder/psvita"
|
||||
|
@ -151,156 +148,184 @@
|
|||
}
|
||||
},
|
||||
"system": {
|
||||
"libretro" : {
|
||||
"libretro": {
|
||||
"name": "RetroArch",
|
||||
"emulator": {
|
||||
"retroarch" : {
|
||||
"description" : "RetroArch (Multi-emulator Frontend)",
|
||||
"name" : "RetroArch",
|
||||
"launch" : "retroarch",
|
||||
"properties" : [{
|
||||
"cheevos" : true,
|
||||
"cheevos_hardcore" : true,
|
||||
"retroarch": {
|
||||
"description": "RetroArch (Multi-emulator Frontend)",
|
||||
"name": "RetroArch",
|
||||
"launch": "retroarch",
|
||||
"properties": [
|
||||
{
|
||||
"cheevos": true,
|
||||
"cheevos_hardcore": true,
|
||||
"quick_resume": true
|
||||
}],
|
||||
"cores" : {
|
||||
}
|
||||
],
|
||||
"cores": {
|
||||
"citra_libretro": {
|
||||
"description": "Nintendo 3DS Libretro Core",
|
||||
"name": "Citra",
|
||||
"properties": [{
|
||||
"properties": [
|
||||
{
|
||||
"abxy_button": true
|
||||
}]
|
||||
}
|
||||
]
|
||||
},
|
||||
"mame_libretro" : {
|
||||
"mame_libretro": {
|
||||
"description": "MAME: Multiple Arcade Machine Libretro Core",
|
||||
"name": "MAME",
|
||||
"properties": [{
|
||||
"properties": [
|
||||
{
|
||||
"tate_mode": true
|
||||
}]
|
||||
}
|
||||
]
|
||||
},
|
||||
"desmume_libretro": {
|
||||
"description": "DeSmuME Nintendo DS Libretro Core",
|
||||
"name": "desmume",
|
||||
"properties": [{
|
||||
"properties": [
|
||||
{
|
||||
"abxy_button": true
|
||||
}]
|
||||
}
|
||||
]
|
||||
},
|
||||
"melonds_libretro": {
|
||||
"description": "MelonDS Nintendo DS Libretro Core",
|
||||
"name": "melonds",
|
||||
"properties": [{
|
||||
"properties": [
|
||||
{
|
||||
"abxy_button": true
|
||||
}]
|
||||
}
|
||||
]
|
||||
},
|
||||
"swanstation_libretro": {
|
||||
"name": "SwanStation",
|
||||
"description": "Swanstation Libretro Core",
|
||||
"properties" : [{
|
||||
"widescreen" : true,
|
||||
"borders" : true
|
||||
}]
|
||||
"properties": [
|
||||
{
|
||||
"widescreen": true,
|
||||
"borders": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"picodrive_libetro": {
|
||||
"name" : "PicoDrive",
|
||||
"name": "PicoDrive",
|
||||
"description": "SEGA MS/MD/CD/32X Libretro Core",
|
||||
"properties" : [{
|
||||
"widescreen" : true,
|
||||
"borders" : true,
|
||||
"rewind" : true
|
||||
}]
|
||||
"properties": [
|
||||
{
|
||||
"widescreen": true,
|
||||
"borders": true,
|
||||
"rewind": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"genesisplusgx_libetro": {
|
||||
"name" : "Genesis Plus GX",
|
||||
"name": "Genesis Plus GX",
|
||||
"description": "SEGA MS/GG/MD/CD Libretro Core",
|
||||
"properties" : [{
|
||||
"widescreen" : true,
|
||||
"borders" : true,
|
||||
"rewind" : true
|
||||
}]
|
||||
"properties": [
|
||||
{
|
||||
"widescreen": true,
|
||||
"borders": true,
|
||||
"rewind": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"genesisplusgxwide_libetro": {
|
||||
"name" : "Genesis Plus GX Wide",
|
||||
"name": "Genesis Plus GX Wide",
|
||||
"description": "SEGA MS/GG/MD/CD Libretro Core for Wide Screen",
|
||||
"properties" : [{
|
||||
"widescreen" : true,
|
||||
"rewind" : true
|
||||
}]
|
||||
"properties": [
|
||||
{
|
||||
"widescreen": true,
|
||||
"rewind": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"mupen64plus-next_libetro": {
|
||||
"name" : "Mupen64Plus-Next",
|
||||
"name": "Mupen64Plus-Next",
|
||||
"description": "Nintendo 64 Libretro Core",
|
||||
"properties" : [{
|
||||
"widescreen" : true,
|
||||
"borders" : true,
|
||||
"properties": [
|
||||
{
|
||||
"widescreen": true,
|
||||
"borders": true,
|
||||
"abxy_button": true
|
||||
}]
|
||||
}
|
||||
]
|
||||
},
|
||||
"snes9x-current_libetro": {
|
||||
"name" : "Snes9x - Current",
|
||||
"name": "Snes9x - Current",
|
||||
"description": "Super Nintendo Libretro Core",
|
||||
"properties" : [{
|
||||
"widescreen" : true,
|
||||
"borders" : true,
|
||||
"rewind" : true,
|
||||
"properties": [
|
||||
{
|
||||
"widescreen": true,
|
||||
"borders": true,
|
||||
"rewind": true,
|
||||
"abxy_button": true
|
||||
}]
|
||||
}
|
||||
]
|
||||
},
|
||||
"gambatte_libetro": {
|
||||
"name" : "Gambatte",
|
||||
"name": "Gambatte",
|
||||
"description": "Game Boy/Color Libretro Core",
|
||||
"properties" : [{
|
||||
"borders" : true,
|
||||
"rewind" : true,
|
||||
"properties": [
|
||||
{
|
||||
"borders": true,
|
||||
"rewind": true,
|
||||
"abxy_button": true
|
||||
}]
|
||||
}
|
||||
]
|
||||
},
|
||||
"mgba_libetro": {
|
||||
"name" : "mGBA",
|
||||
"name": "mGBA",
|
||||
"description": "Game Boy Advance Libretro Core",
|
||||
"properties" : [{
|
||||
"borders" : true,
|
||||
"rewind" : true,
|
||||
"properties": [
|
||||
{
|
||||
"borders": true,
|
||||
"rewind": true,
|
||||
"abxy_button": true
|
||||
}]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"arcade" : {
|
||||
"name" : "Arcade",
|
||||
"folder" : "arcade",
|
||||
"emulator" : {
|
||||
"mame" : {
|
||||
"arcade": {
|
||||
"name": "Arcade",
|
||||
"folder": "arcade",
|
||||
"emulator": {
|
||||
"mame": {
|
||||
"description": "MAME: Multiple Arcade Machine Emulator",
|
||||
"name": "MAME",
|
||||
"launch" : "mame"
|
||||
"launch": "mame"
|
||||
}
|
||||
}
|
||||
},
|
||||
"n3ds" : {
|
||||
"n3ds": {
|
||||
"name": "Nintendo 3DS",
|
||||
"folder" : "n3ds",
|
||||
"folder": "n3ds",
|
||||
"emulator": {
|
||||
"citra": {
|
||||
"description": "Citra Nintendo 3DS Emulator (via Ponzu)",
|
||||
"name": "Citra (via Ponzu)",
|
||||
"ponzu" : true,
|
||||
"properties": [{
|
||||
"ponzu": true,
|
||||
"properties": [
|
||||
{
|
||||
"abxy_button": true,
|
||||
"ask_to_exit": true
|
||||
}]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"nds" : {
|
||||
"nds": {
|
||||
"name": "Nintendo DS",
|
||||
"folder" : "nds",
|
||||
"folder": "nds",
|
||||
"emulator": {
|
||||
"melonds" : {
|
||||
"melonds": {
|
||||
"description": "MelonDS Nintendo DS Emulator",
|
||||
"name": "melonds",
|
||||
"launch" : "MelonDS",
|
||||
"launch": "MelonDS",
|
||||
"bios": {
|
||||
"bios7": {
|
||||
"filename": "bios7.bin",
|
||||
|
@ -324,12 +349,12 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"ps2" : {
|
||||
"ps2": {
|
||||
"name": "Sony PlayStation 2",
|
||||
"folder" : "ps2",
|
||||
"emulator" : {
|
||||
"pcsx2" : {
|
||||
"name" : "pcsx2",
|
||||
"folder": "ps2",
|
||||
"emulator": {
|
||||
"pcsx2": {
|
||||
"name": "pcsx2",
|
||||
"description": "PCSX2 Play Station 2 Emulator",
|
||||
"bios": {
|
||||
"ps2-0200a": {
|
||||
|
@ -351,16 +376,18 @@
|
|||
"required": "At least one"
|
||||
}
|
||||
},
|
||||
"properties": [{
|
||||
"properties": [
|
||||
{
|
||||
"ask_to_exit": true,
|
||||
"cheevos" : true
|
||||
}]
|
||||
"cheevos": true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"psx" : {
|
||||
"psx": {
|
||||
"name": "Sony PlayStation",
|
||||
"folder" : "psx",
|
||||
"folder": "psx",
|
||||
"bios": {
|
||||
"psxonpsp660": {
|
||||
"filename": "psxonpsp660.bin",
|
||||
|
@ -424,147 +451,157 @@
|
|||
}
|
||||
},
|
||||
"emulator": {
|
||||
"duckstation" : {
|
||||
"name" : "Duckstation",
|
||||
"description" : "PlayStation Emulator",
|
||||
"launch" : "duckstation-qt",
|
||||
"properties": [{
|
||||
"duckstation": {
|
||||
"name": "Duckstation",
|
||||
"description": "PlayStation Emulator",
|
||||
"launch": "duckstation-qt",
|
||||
"properties": [
|
||||
{
|
||||
"ask_to_exit": true,
|
||||
"cheevos" : true
|
||||
}]
|
||||
"cheevos": true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"psp" : {
|
||||
"name" : "Sony PSP: PlayStation Portable",
|
||||
"folder" : "psp",
|
||||
"emulator" : {
|
||||
"ppsspp" : {
|
||||
"name" : "PPSSPP",
|
||||
"description" : "PPSSPP: PlayStation Portable Emulator",
|
||||
"launch" : "PPSSPPSDL",
|
||||
"properties": [{
|
||||
"cheevos" : true,
|
||||
"cheevos_hardcore" : true
|
||||
}]
|
||||
"psp": {
|
||||
"name": "Sony PSP: PlayStation Portable",
|
||||
"folder": "psp",
|
||||
"emulator": {
|
||||
"ppsspp": {
|
||||
"name": "PPSSPP",
|
||||
"description": "PPSSPP: PlayStation Portable Emulator",
|
||||
"launch": "PPSSPPSDL",
|
||||
"properties": [
|
||||
{
|
||||
"cheevos": true,
|
||||
"cheevos_hardcore": true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"psvita" : {
|
||||
"name" : "Sony PlayStation Vita",
|
||||
"folder" : "psvita",
|
||||
"emulator" : {
|
||||
"vita3k" : {
|
||||
"name" : "Vita3k",
|
||||
"description" : "Vita3K PSVita Emulator",
|
||||
"launch" : "Vita3K"
|
||||
"psvita": {
|
||||
"name": "Sony PlayStation Vita",
|
||||
"folder": "psvita",
|
||||
"emulator": {
|
||||
"vita3k": {
|
||||
"name": "Vita3k",
|
||||
"description": "Vita3K PSVita Emulator",
|
||||
"launch": "Vita3K"
|
||||
}
|
||||
}
|
||||
},
|
||||
"rpcs3" : {
|
||||
"name" : "Sony PlayStation 3",
|
||||
"folder" : "ps3",
|
||||
"emulator" : {
|
||||
"rpcs3" : {
|
||||
"name" : "RPCS3",
|
||||
"description" : "RPCS3 PlayStation 3 Emulator",
|
||||
"launch" : "rpcs3"
|
||||
"rpcs3": {
|
||||
"name": "Sony PlayStation 3",
|
||||
"folder": "ps3",
|
||||
"emulator": {
|
||||
"rpcs3": {
|
||||
"name": "RPCS3",
|
||||
"description": "RPCS3 PlayStation 3 Emulator",
|
||||
"launch": "rpcs3"
|
||||
},
|
||||
"properties": [{
|
||||
"properties": [
|
||||
{
|
||||
"ask_to_exit": true
|
||||
}]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"switch" : {
|
||||
"name" : "Nintendo Switch",
|
||||
"folder" : "switch",
|
||||
"emulator" : {
|
||||
"ryujinx" : {
|
||||
"switch": {
|
||||
"name": "Nintendo Switch",
|
||||
"folder": "switch",
|
||||
"emulator": {
|
||||
"ryujinx": {
|
||||
"name": "Ryujinx",
|
||||
"description" : "Ryujinx Nintendo Switch Emulator",
|
||||
"launch" : "Ryujinx.sh"
|
||||
"description": "Ryujinx Nintendo Switch Emulator",
|
||||
"launch": "Ryujinx.sh"
|
||||
},
|
||||
"yuzu" : {
|
||||
"yuzu": {
|
||||
"name": "Yuzu (via Ponzu)",
|
||||
"description" : "Yuzu Nintendo Switch Emulator (via Ponzu)",
|
||||
"launch" : "Yuzu",
|
||||
"ponzu" : true,
|
||||
"description": "Yuzu Nintendo Switch Emulator (via Ponzu)",
|
||||
"launch": "Yuzu",
|
||||
"ponzu": true,
|
||||
"abxy_button": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"gc" : {
|
||||
"gc": {
|
||||
"name": "Nintendo GameCube",
|
||||
"folder" : "gc",
|
||||
"emulator" : {
|
||||
"dolphin" : {
|
||||
"name" : "Dolphin",
|
||||
"description" : "Dolphin Wii and GameCube Emulator",
|
||||
"launch" : "dolphin-emu-wrapper",
|
||||
"properties": [{
|
||||
"abxy_button": true,
|
||||
"ask_to_exit": true,
|
||||
"cheevos" : true,
|
||||
"cheevos_hardcore" : true,
|
||||
"universal_dyn_input": true
|
||||
}]
|
||||
}
|
||||
}
|
||||
},
|
||||
"wii" : {
|
||||
"name": "Nintendo Wii",
|
||||
"folder" : "wii",
|
||||
"emulator" : {
|
||||
"dolphin" : {
|
||||
"name" : "Dolphin",
|
||||
"description" : "Dolphin Wii and GameCube Emulator",
|
||||
"launch" : "dolphin-emu-wrapper",
|
||||
"folder": "gc",
|
||||
"emulator": {
|
||||
"dolphin": {
|
||||
"name": "Dolphin",
|
||||
"description": "Dolphin Wii and GameCube Emulator",
|
||||
"launch": "dolphin-emu-wrapper",
|
||||
"properties": [
|
||||
{
|
||||
"abxy_button": true,
|
||||
"ask_to_exit": true,
|
||||
"cheevos" : true,
|
||||
"cheevos_hardcore" : true,
|
||||
"cheevos": true,
|
||||
"cheevos_hardcore": true,
|
||||
"universal_dyn_input": true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"wii": {
|
||||
"name": "Nintendo Wii",
|
||||
"folder": "wii",
|
||||
"emulator": {
|
||||
"dolphin": {
|
||||
"name": "Dolphin",
|
||||
"description": "Dolphin Wii and GameCube Emulator",
|
||||
"launch": "dolphin-emu-wrapper",
|
||||
"properties": [
|
||||
{
|
||||
"abxy_button": true,
|
||||
"ask_to_exit": true,
|
||||
"cheevos": true,
|
||||
"cheevos_hardcore": true,
|
||||
"universal_dyn_input": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"primehack" : {
|
||||
"name" : "PrimeHack",
|
||||
"description" : "A fork of Dolphiin to enhance Metroid Prime experience",
|
||||
"launch" : "primehack-wrapper",
|
||||
"properties": [{
|
||||
"primehack": {
|
||||
"name": "PrimeHack",
|
||||
"description": "A fork of Dolphiin to enhance Metroid Prime experience",
|
||||
"launch": "primehack-wrapper",
|
||||
"properties": [
|
||||
{
|
||||
"ask_to_exit": true,
|
||||
"universal_dyn_input": true
|
||||
}]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"wiiu" : {
|
||||
"wiiu": {
|
||||
"name": "Nintendo Wii U",
|
||||
"folder" : "wiiu",
|
||||
"emulator" : {
|
||||
"folder": "wiiu",
|
||||
"emulator": {
|
||||
"cemu": {
|
||||
"description": "Wii U emulator",
|
||||
"name" : "Cemu",
|
||||
"launch" : "Cemu-wrapper",
|
||||
"name": "Cemu",
|
||||
"launch": "Cemu-wrapper",
|
||||
"properties": [
|
||||
{
|
||||
"abxy_button": true,
|
||||
"multi_user_config_dir" : "Cemu"
|
||||
"multi_user_config_dir": "Cemu"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"xbox" : {
|
||||
"name" : "Microsoft XBOX",
|
||||
"folder" : "xbox",
|
||||
"emulator" : {
|
||||
"xemu" : {
|
||||
"xbox": {
|
||||
"name": "Microsoft XBOX",
|
||||
"folder": "xbox",
|
||||
"emulator": {
|
||||
"xemu": {
|
||||
"description": "xemu Xbox Emulator",
|
||||
"name" : "xemu",
|
||||
"launch" : "xemu"
|
||||
"name": "xemu",
|
||||
"launch": "xemu"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue