Skip to content

Commit

Permalink
Update Lynx platform
Browse files Browse the repository at this point in the history
- Add LynxEmu player to Lynx platform
  • Loading branch information
Jetup13 committed Jun 8, 2024
1 parent ddc6be2 commit d6f0348
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion platforms/AtariLynx.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"databaseVersion": 14,
"revisionNumber": 5,
"revisionNumber": 6,
"platform": {
"name": "Atari Lynx",
"uniqueId": "lynx",
Expand All @@ -25,6 +25,16 @@
"extra": ""
},
"playerList": [
{
"name": "lynx - com.explusalpha.LynxEmu",
"uniqueId": "lynx.com.explusalpha.LynxEmu",
"description": "Supported extensions: lnx, o, zip, 7z.",
"acceptedFilenameRegex": "^(.*)\\.(?:lnx|o|zip|7z)$",
"amStartArguments": "-n com.explusalpha.LynxEmu/com.imagine.BaseActivity\n -a android.intent.action.VIEW\n -d {file.uri}\n -t application/zip",
"killPackageProcesses": false,
"killPackageProcessesWarning": true,
"extra": ""
},
{
"name": "lynx - RetroArch 64 - mednafen_lynx",
"uniqueId": "lynx.ra64.mednafen_lynx",
Expand Down
2 changes: 1 addition & 1 deletion platforms/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"platformName": "Atari Lynx",
"platformShortname": "lynx",
"platformUniqueId": "lynx",
"revisionNumber": 5
"revisionNumber": 6
},
{
"filename": "AtariST.json",
Expand Down

0 comments on commit d6f0348

Please sign in to comment.