FEATURES: json fmt

This commit is contained in:
XargonWan 2024-08-07 21:38:05 +09:00
parent 5d281cf4d9
commit 5fc458693f

View file

@ -102,8 +102,7 @@
"filename": "rd-kodomo-golden.svg"
}
},
"incompatible_presets" :
{
"incompatible_presets": {
"borders": "widescreen"
},
"helper_files": {
@ -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"
@ -158,110 +155,136 @@
"description": "RetroArch (Multi-emulator Frontend)",
"name": "RetroArch",
"launch": "retroarch",
"properties" : [{
"properties": [
{
"cheevos": true,
"cheevos_hardcore": true,
"quick_resume": true
}],
}
],
"cores": {
"citra_libretro": {
"description": "Nintendo 3DS Libretro Core",
"name": "Citra",
"properties": [{
"properties": [
{
"abxy_button": true
}]
}
]
},
"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" : [{
"properties": [
{
"widescreen": true,
"borders": true
}]
}
]
},
"picodrive_libetro": {
"name": "PicoDrive",
"description": "SEGA MS/MD/CD/32X Libretro Core",
"properties" : [{
"properties": [
{
"widescreen": true,
"borders": true,
"rewind": true
}]
}
]
},
"genesisplusgx_libetro": {
"name": "Genesis Plus GX",
"description": "SEGA MS/GG/MD/CD Libretro Core",
"properties" : [{
"properties": [
{
"widescreen": true,
"borders": true,
"rewind": true
}]
}
]
},
"genesisplusgxwide_libetro": {
"name": "Genesis Plus GX Wide",
"description": "SEGA MS/GG/MD/CD Libretro Core for Wide Screen",
"properties" : [{
"properties": [
{
"widescreen": true,
"rewind": true
}]
}
]
},
"mupen64plus-next_libetro": {
"name": "Mupen64Plus-Next",
"description": "Nintendo 64 Libretro Core",
"properties" : [{
"properties": [
{
"widescreen": true,
"borders": true,
"abxy_button": true
}]
}
]
},
"snes9x-current_libetro": {
"name": "Snes9x - Current",
"description": "Super Nintendo Libretro Core",
"properties" : [{
"properties": [
{
"widescreen": true,
"borders": true,
"rewind": true,
"abxy_button": true
}]
}
]
},
"gambatte_libetro": {
"name": "Gambatte",
"description": "Game Boy/Color Libretro Core",
"properties" : [{
"properties": [
{
"borders": true,
"rewind": true,
"abxy_button": true
}]
}
]
},
"mgba_libetro": {
"name": "mGBA",
"description": "Game Boy Advance Libretro Core",
"properties" : [{
"properties": [
{
"borders": true,
"rewind": true,
"abxy_button": true
}]
}
]
}
}
}
@ -286,10 +309,12 @@
"description": "Citra Nintendo 3DS Emulator (via Ponzu)",
"name": "Citra (via Ponzu)",
"ponzu": true,
"properties": [{
"properties": [
{
"abxy_button": true,
"ask_to_exit": true
}]
}
]
}
}
},
@ -351,10 +376,12 @@
"required": "At least one"
}
},
"properties": [{
"properties": [
{
"ask_to_exit": true,
"cheevos": true
}]
}
]
}
}
},
@ -428,10 +455,12 @@
"name": "Duckstation",
"description": "PlayStation Emulator",
"launch": "duckstation-qt",
"properties": [{
"properties": [
{
"ask_to_exit": true,
"cheevos": true
}]
}
]
}
}
},
@ -443,10 +472,12 @@
"name": "PPSSPP",
"description": "PPSSPP: PlayStation Portable Emulator",
"launch": "PPSSPPSDL",
"properties": [{
"properties": [
{
"cheevos": true,
"cheevos_hardcore": true
}]
}
]
}
}
},
@ -470,9 +501,11 @@
"description": "RPCS3 PlayStation 3 Emulator",
"launch": "rpcs3"
},
"properties": [{
"properties": [
{
"ask_to_exit": true
}]
}
]
}
},
"switch": {
@ -501,13 +534,15 @@
"name": "Dolphin",
"description": "Dolphin Wii and GameCube Emulator",
"launch": "dolphin-emu-wrapper",
"properties": [{
"properties": [
{
"abxy_button": true,
"ask_to_exit": true,
"cheevos": true,
"cheevos_hardcore": true,
"universal_dyn_input": true
}]
}
]
}
}
},
@ -533,10 +568,12 @@
"name": "PrimeHack",
"description": "A fork of Dolphiin to enhance Metroid Prime experience",
"launch": "primehack-wrapper",
"properties": [{
"properties": [
{
"ask_to_exit": true,
"universal_dyn_input": true
}]
}
]
}
}
},