Skip to content

Commit

Permalink
Update Switch Platform
Browse files Browse the repository at this point in the history
- Add Strato Official player
- Remove old Strato player
  • Loading branch information
Jetup13 committed Nov 8, 2024
1 parent 54489cf commit 7f2e011
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions platforms/NintendoSwitch.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"databaseVersion": 14,
"revisionNumber": 11,
"revisionNumber": 12,
"platform": {
"name": "Nintendo Switch",
"uniqueId": "switch",
Expand Down Expand Up @@ -33,11 +33,11 @@
"extra": ""
},
{
"name": "switch - Strato",
"uniqueId": "switch.strato.yosho",
"name": "switch - Strato (Official)",
"uniqueId": "switch.org.stratoemu.strato",
"description": "Supported extensions: nro, nso, nca, xci, nsp.",
"acceptedFilenameRegex": "^(.*)\\.(?:nro|nso|nca|xci|nsp)$",
"amStartArguments": "-n strato.yosho/emu.skyline.EmulationActivity\n -a android.intent.action.VIEW\n -d {file.uri}",
"amStartArguments": "-n org.stratoemu.strato/org.stratoemu.strato.EmulationActivity\n -a android.intent.action.VIEW\n -d {file.uri}",
"killPackageProcesses": false,
"killPackageProcessesWarning": false,
"extra": ""
Expand Down
2 changes: 1 addition & 1 deletion platforms/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@
"platformName": "Nintendo Switch",
"platformShortname": "switch",
"platformUniqueId": "switch",
"revisionNumber": 11
"revisionNumber": 12
},
{
"filename": "NintendoWii.json",
Expand Down

0 comments on commit 7f2e011

Please sign in to comment.