mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-24 23:15:39 +00:00
FEATURES: structural changes [skip ci]
This commit is contained in:
parent
791c812e7d
commit
0929c14143
|
@ -151,38 +151,42 @@
|
||||||
"location": "$bios_folder/switch/firmware"
|
"location": "$bios_folder/switch/firmware"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"emulators": {
|
"system": {
|
||||||
|
"wiiu" : {
|
||||||
|
"name": "Wii U",
|
||||||
|
"folder" : "wiiu",
|
||||||
|
"emulators" : {
|
||||||
"cemu": {
|
"cemu": {
|
||||||
"description": "Wii U emulator",
|
"description": "Wii U emulator",
|
||||||
"name": "Cemu",
|
"name": "Cemu",
|
||||||
"system": "wiiu",
|
|
||||||
"properties": [
|
"properties": [
|
||||||
{
|
{
|
||||||
"abxy_button": true,
|
"abxy_button": true,
|
||||||
"multi_user_config_dir" : "Cemu"
|
"multi_user_config_dir" : "Cemu"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"citra": {
|
"n3ds" : {
|
||||||
"description": "N3DS emulator",
|
"name": "Nintendo 3DS",
|
||||||
|
"folder" : "n3ds",
|
||||||
|
"emulator": {
|
||||||
|
"citra_libretro": {
|
||||||
|
"description": "Nintendo 3DS Emulator",
|
||||||
"name": "Citra",
|
"name": "Citra",
|
||||||
"system": "n3ds",
|
"libretro": true,
|
||||||
"properties": [
|
"properties": [
|
||||||
{
|
{
|
||||||
"abxy_button": true
|
"abxy_button": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
|
||||||
"swanstation_libretro": {
|
|
||||||
"description": "Swanstation libretro core",
|
|
||||||
"name": "SwanStation",
|
|
||||||
"system": "psx",
|
|
||||||
"properties": [
|
|
||||||
{
|
|
||||||
"abxy_button": false,
|
|
||||||
"standalone": false
|
|
||||||
}
|
}
|
||||||
],
|
}
|
||||||
|
},
|
||||||
|
"psx" : {
|
||||||
|
"name": "Sony PlayStation",
|
||||||
|
"folder" : "psx",
|
||||||
"bios": {
|
"bios": {
|
||||||
"psxonpsp660": {
|
"psxonpsp660": {
|
||||||
"filename": "psxonpsp660.bin",
|
"filename": "psxonpsp660.bin",
|
||||||
|
@ -244,6 +248,28 @@
|
||||||
"hash": "81bbe60ba7a3d1cea1d48c14cbcc647b",
|
"hash": "81bbe60ba7a3d1cea1d48c14cbcc647b",
|
||||||
"required": "At least one"
|
"required": "At least one"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"emulator": {
|
||||||
|
"swanstation_libretro": {
|
||||||
|
"name": "SwanStation",
|
||||||
|
"description": "Swanstation libretro core",
|
||||||
|
"libretro" : true,
|
||||||
|
"properties": [
|
||||||
|
{
|
||||||
|
"abxy_button": false
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"duckstation" : {
|
||||||
|
"name" : "Duckstation",
|
||||||
|
"description" : "PlayStation Emulator",
|
||||||
|
"launch" : "duckstation-qt",
|
||||||
|
"properties": [
|
||||||
|
{
|
||||||
|
"abxy_button": false
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue