FEATURES: added the last missing presets

This commit is contained in:
XargonWan 2024-08-07 21:32:24 +09:00
parent 03442edfc5
commit b01f9c048d

View file

@ -202,7 +202,7 @@
}, },
"picodrive_libetro": { "picodrive_libetro": {
"name" : "PicoDrive", "name" : "PicoDrive",
"description": "SEGA Multi System Libretro Core", "description": "SEGA MS/MD/CD/32X Libretro Core",
"properties" : [{ "properties" : [{
"widescreen" : true, "widescreen" : true,
"borders" : true, "borders" : true,
@ -211,7 +211,7 @@
}, },
"genesisplusgx_libetro": { "genesisplusgx_libetro": {
"name" : "Genesis Plus GX", "name" : "Genesis Plus GX",
"description": "SEGA Multi System Libretro Core", "description": "SEGA MS/GG/MD/CD Libretro Core",
"properties" : [{ "properties" : [{
"widescreen" : true, "widescreen" : true,
"borders" : true, "borders" : true,
@ -220,7 +220,7 @@
}, },
"genesisplusgxwide_libetro": { "genesisplusgxwide_libetro": {
"name" : "Genesis Plus GX Wide", "name" : "Genesis Plus GX Wide",
"description": "SEGA Multi System Libretro Core for Wide Screen", "description": "SEGA MS/GG/MD/CD Libretro Core for Wide Screen",
"properties" : [{ "properties" : [{
"widescreen" : true, "widescreen" : true,
"rewind" : true "rewind" : true
@ -231,7 +231,8 @@
"description": "Nintendo 64 Libretro Core", "description": "Nintendo 64 Libretro Core",
"properties" : [{ "properties" : [{
"widescreen" : true, "widescreen" : true,
"borders" : true "borders" : true,
"abxy_button": true
}] }]
}, },
"snes9x-current_libetro": { "snes9x-current_libetro": {
@ -240,7 +241,8 @@
"properties" : [{ "properties" : [{
"widescreen" : true, "widescreen" : true,
"borders" : true, "borders" : true,
"rewind" : true "rewind" : true,
"abxy_button": true
}] }]
}, },
"gambatte_libetro": { "gambatte_libetro": {
@ -248,7 +250,8 @@
"description": "Game Boy/Color Libretro Core", "description": "Game Boy/Color Libretro Core",
"properties" : [{ "properties" : [{
"borders" : true, "borders" : true,
"rewind" : true "rewind" : true,
"abxy_button": true
}] }]
}, },
"mgba_libetro": { "mgba_libetro": {
@ -256,7 +259,8 @@
"description": "Game Boy Advance Libretro Core", "description": "Game Boy Advance Libretro Core",
"properties" : [{ "properties" : [{
"borders" : true, "borders" : true,
"rewind" : true "rewind" : true,
"abxy_button": true
}] }]
} }
} }
@ -485,7 +489,8 @@
"name": "Yuzu (via Ponzu)", "name": "Yuzu (via Ponzu)",
"description" : "Yuzu Nintendo Switch Emulator (via Ponzu)", "description" : "Yuzu Nintendo Switch Emulator (via Ponzu)",
"launch" : "Yuzu", "launch" : "Yuzu",
"ponzu" : true "ponzu" : true,
"abxy_button": true
} }
} }
}, },
@ -501,7 +506,8 @@
"abxy_button": true, "abxy_button": true,
"ask_to_exit": true, "ask_to_exit": true,
"cheevos" : true, "cheevos" : true,
"cheevos_hardcore" : true "cheevos_hardcore" : true,
"universal_dyn_input": true
}] }]
} }
} }
@ -519,7 +525,8 @@
"abxy_button": true, "abxy_button": true,
"ask_to_exit": true, "ask_to_exit": true,
"cheevos" : true, "cheevos" : true,
"cheevos_hardcore" : true "cheevos_hardcore" : true,
"universal_dyn_input": true
} }
] ]
}, },
@ -528,7 +535,8 @@
"description" : "A fork of Dolphiin to enhance Metroid Prime experience", "description" : "A fork of Dolphiin to enhance Metroid Prime experience",
"launch" : "primehack-wrapper", "launch" : "primehack-wrapper",
"properties": [{ "properties": [{
"ask_to_exit": true "ask_to_exit": true,
"universal_dyn_input": true
}] }]
} }
} }