Skip to content

Commit

Permalink
Add NooDS (nds) & vvs (virtualboy)
Browse files Browse the repository at this point in the history
- Update Platforms
  • Loading branch information
Jetup13 committed Dec 17, 2023
1 parent 6e79a35 commit e56aac8
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 4 deletions.
12 changes: 11 additions & 1 deletion platforms/NintendoDS.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"databaseVersion": 14,
"revisionNumber": 5,
"revisionNumber": 6,
"platform": {
"name": "Nintendo DS",
"uniqueId": "nds",
Expand Down Expand Up @@ -45,6 +45,16 @@
"killPackageProcessesWarning": false,
"extra": ""
},
{
"name": "nds - NooDS",
"uniqueId": "nds.com.hydra.noods.FileBrowser",
"description": null,
"acceptedFilenameRegex": "^(.*).(?:nds)$",
"amStartArguments": "-n com.hydra.noods/.FileBrowser\n -e LaunchPath {file.path}",
"killPackageProcesses": false,
"killPackageProcessesWarning": false,
"extra": ""
},
{
"name": "nds - RetroArch 64 - melonds",
"uniqueId": "nds.ra64.melonds",
Expand Down
12 changes: 11 additions & 1 deletion platforms/VirtualBoy.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"databaseVersion": 14,
"revisionNumber": 3,
"revisionNumber": 4,
"platform": {
"name": "Virtual Boy",
"uniqueId": "virtualboy",
Expand All @@ -23,6 +23,16 @@
"extra": ""
},
"playerList": [
{
"name": "virtualboy - vvs",
"uniqueId": "com.simongellis.vvb",
"description": null,
"acceptedFilenameRegex": "^(.*).(?:vb|zip)$",
"amStartArguments": "-n com.simongellis.vvb/com.simongellis.vvb.MainActivity\n -a android.intent.action.VIEW\n -d {file.uri}",
"killPackageProcesses": false,
"killPackageProcessesWarning": false,
"extra": ""
},
{
"name": "virtualboy - RetroArch 64 - mednafen_vb",
"uniqueId": "virtualboy.ra64.mednafen_vb",
Expand Down
4 changes: 2 additions & 2 deletions platforms/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@
"platformName": "Nintendo DS",
"platformShortname": "nds",
"platformUniqueId": "nds",
"revisionNumber": 5
"revisionNumber": 6
},
{
"filename": "NintendoEntertainmentSystem.json",
Expand Down Expand Up @@ -629,7 +629,7 @@
"platformName": "Virtual Boy",
"platformShortname": "virtualboy",
"platformUniqueId": "virtualboy",
"revisionNumber": 3
"revisionNumber": 4
},
{
"filename": "WASM4.json",
Expand Down

0 comments on commit e56aac8

Please sign in to comment.