mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
fix(features.json): update launch paths for Ponzu emulators [skip ci]
This commit is contained in:
parent
fa27bc6bb1
commit
ef1bada188
|
|
@ -1030,7 +1030,7 @@
|
||||||
"url": "https://retrodeck.readthedocs.io/en/latest/wiki_about/what-is-retrodeck/",
|
"url": "https://retrodeck.readthedocs.io/en/latest/wiki_about/what-is-retrodeck/",
|
||||||
"system": "n3ds",
|
"system": "n3ds",
|
||||||
"ponzu": true,
|
"ponzu": true,
|
||||||
"launch": "citra-qt",
|
"launch": "/var/data/ponzu/citra/bin/citra-qt",
|
||||||
"cli-arg": "-version",
|
"cli-arg": "-version",
|
||||||
"properties": [
|
"properties": [
|
||||||
{
|
{
|
||||||
|
|
@ -1131,7 +1131,7 @@
|
||||||
"name": "Yuzu (via Ponzu)",
|
"name": "Yuzu (via Ponzu)",
|
||||||
"description": "A legacy Nintendo Switch Emulator (via Ponzu)",
|
"description": "A legacy Nintendo Switch Emulator (via Ponzu)",
|
||||||
"url": "https://retrodeck.readthedocs.io/en/latest/wiki_about/what-is-retrodeck/",
|
"url": "https://retrodeck.readthedocs.io/en/latest/wiki_about/what-is-retrodeck/",
|
||||||
"launch": "Yuzu",
|
"launch": "/var/data/ponzu/Yuzu/bin/yuzu",
|
||||||
"cli-arg": "",
|
"cli-arg": "",
|
||||||
"system": "switch",
|
"system": "switch",
|
||||||
"ponzu": true,
|
"ponzu": true,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue