Skip to content

Commit

Permalink
Update Switch Platform
Browse files Browse the repository at this point in the history
- Add yuzu early access
  • Loading branch information
Jetup13 committed Jul 13, 2023
1 parent d51fa62 commit d73e602
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion platforms/NintendoSwitch.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"databaseVersion": 14,
"revisionNumber": 3,
"revisionNumber": 4,
"platform": {
"name": "Nintendo Switch",
"uniqueId": "switch",
Expand Down Expand Up @@ -41,6 +41,16 @@
"killPackageProcesses": false,
"killPackageProcessesWarning": false,
"extra": ""
},
{
"name": "switch - Yuzu (early access)",
"uniqueId": "org.yuzu.yuzu_emu_ea",
"description": "Supported extensions: nro, nso, nca, xci, nsp.",
"acceptedFilenameRegex": "^(.*)\\.(?:nro|nso|nca|xci|nsp)$",
"amStartArguments": "-n org.yuzu.yuzu_emu.ea/org.yuzu.yuzu_emu.activities.EmulationActivity\n -a android.nfc.action.TECH_DISCOVERED\n -d {file.uri}",
"killPackageProcesses": false,
"killPackageProcessesWarning": false,
"extra": ""
}
]
}
2 changes: 1 addition & 1 deletion platforms/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@
"filename": "NintendoSwitch.json",
"platformName": "Nintendo Switch",
"platformShortname": "switch",
"revisionNumber": 3
"revisionNumber": 4
},
{
"filename": "NintendoWii.json",
Expand Down

0 comments on commit d73e602

Please sign in to comment.