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"
|
||||
}
|
||||
},
|
||||
"emulators": {
|
||||
"system": {
|
||||
"wiiu" : {
|
||||
"name": "Wii U",
|
||||
"folder" : "wiiu",
|
||||
"emulators" : {
|
||||
"cemu": {
|
||||
"description": "Wii U emulator",
|
||||
"name": "Cemu",
|
||||
"system": "wiiu",
|
||||
"properties": [
|
||||
{
|
||||
"abxy_button": true,
|
||||
"multi_user_config_dir" : "Cemu"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"citra": {
|
||||
"description": "N3DS emulator",
|
||||
"n3ds" : {
|
||||
"name": "Nintendo 3DS",
|
||||
"folder" : "n3ds",
|
||||
"emulator": {
|
||||
"citra_libretro": {
|
||||
"description": "Nintendo 3DS Emulator",
|
||||
"name": "Citra",
|
||||
"system": "n3ds",
|
||||
"libretro": true,
|
||||
"properties": [
|
||||
{
|
||||
"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": {
|
||||
"psxonpsp660": {
|
||||
"filename": "psxonpsp660.bin",
|
||||
|
@ -244,6 +248,28 @@
|
|||
"hash": "81bbe60ba7a3d1cea1d48c14cbcc647b",
|
||||
"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