Skip to content

Commit

Permalink
Update 3DS platform
Browse files Browse the repository at this point in the history
- add Mandarine as player for 3ds platform
  • Loading branch information
Jetup13 committed Aug 11, 2024
1 parent f4576b0 commit e221c6a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion platforms/Nintendo3DS.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"databaseVersion": 14,
"revisionNumber": 8,
"revisionNumber": 9,
"platform": {
"name": "Nintendo 3DS",
"uniqueId": "3ds",
Expand Down Expand Up @@ -64,6 +64,16 @@
"killPackageProcessesWarning": true,
"extra": ""
},
{
"name": "3ds - Mandarine",
"uniqueId": "3ds.io.github.mandarine3ds.mandarine",
"description": "Supported extensions: 3ds, 3dsx, app, axf, cci, cxi, elf.",
"acceptedFilenameRegex": "^(.*)\\.(?:3ds|3dsx|app|axf|cci|cxi|elf)$",
"amStartArguments": "-n io.github.mandarine3ds.mandarine/.activities.EmulationActivity\n -a android.intent.action.VIEW\n -d {file.uri}\n --activity-clear-task\n --activity-clear-top\n",
"killPackageProcesses": false,
"killPackageProcessesWarning": true,
"extra": ""
},
{
"name": "3ds - org.citra.emu - antutu",
"uniqueId": "3ds.com.antutu.ABenchMark",
Expand Down
2 changes: 1 addition & 1 deletion platforms/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@
"platformName": "Nintendo 3DS",
"platformShortname": "3ds",
"platformUniqueId": "3ds",
"revisionNumber": 8
"revisionNumber": 9
},
{
"filename": "Nintendo64.json",
Expand Down

0 comments on commit e221c6a

Please sign in to comment.