Skip to content

Commit 8dd54c7

Browse files
committed
feat(manifests): add component manifests for Solarus, Ryujinx, PICO-8, Ponzu, and PortMaster
1 parent 53de41e commit 8dd54c7

File tree

5 files changed

+62
-1
lines changed

5 files changed

+62
-1
lines changed

pancakes/component_manifest.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"ryujinx": {
3+
"name": "Ryujinx",
4+
"description": "A legacy Nintendo Switch Emulator",
5+
"url": "https://retrodeck.readthedocs.io/en/latest/wiki_emulator_guides/ryujinx/ryujinx-guide/",
6+
"system": "switch",
7+
"cli-arg": ""
8+
}
9+
}

pico-8/component_manifest.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"pico-8": {
3+
"name": "PICO-8",
4+
"description": "Fantasy console for making, sharing and playing tiny games and other computer programs.",
5+
"url": "https://retrodeck.readthedocs.io/en/latest/wiki_emulator_guides/pico-8/pico-8-guide/",
6+
"system": "pico8",
7+
"cli-arg": "--version"
8+
}
9+
}

ponzu/component_manifest.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"yuzu": {
3+
"name": "Yuzu (via Ponzu)",
4+
"description": "A legacy Nintendo Switch Emulator (via Ponzu)",
5+
"url": "https://retrodeck.readthedocs.io/en/latest/wiki_about/what-is-retrodeck/",
6+
"launch": "/var/data/ponzu/Yuzu/bin/yuzu",
7+
"cli-arg": "",
8+
"system": "switch",
9+
"ponzu": true,
10+
"abxy_button": true
11+
},
12+
13+
"citra": {
14+
"description": "A legacy Nintendo 3DS Emulator (via Ponzu)",
15+
"name": "Citra (via Ponzu)",
16+
"url": "https://retrodeck.readthedocs.io/en/latest/wiki_about/what-is-retrodeck/",
17+
"system": "n3ds",
18+
"ponzu": true,
19+
"launch": "/var/data/ponzu/citra/bin/citra-qt",
20+
"cli-arg": "-version",
21+
"properties": [
22+
{
23+
"abxy_button": true,
24+
"ask_to_exit": true
25+
}
26+
]
27+
}
28+
}

portmaster/component_manifest.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"portmaster": {
3+
"description": "Port Manager also available on various linux handheld devices that ease the managing of ports",
4+
"name": "PortMaster",
5+
"url": "https://retrodeck.readthedocs.io/en/latest/wiki_about/what-is-retrodeck/",
6+
"system": "portmaster",
7+
"cli-arg": ""
8+
}
9+
}

solarus/component_manifest.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
placeholder
1+
{
2+
"solarus": {
3+
"name": "Solarus",
4+
"description": "Solarus is a free and open-source game engine for creating 2D action-adventure games.",
5+
"system": "solarus"
6+
}
7+
}

0 commit comments

Comments
 (0)