Skip to content

Commit

Permalink
Update Platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
Jetup13 committed Aug 12, 2023
1 parent 2079907 commit f8265e2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions platforms/SuperGrafx.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"databaseVersion": 14,
"revisionNumber": 2,
"revisionNumber": 3,
"platform": {
"name": "SuperGrafx",
"uniqueId": "supergrafx",
Expand All @@ -22,11 +22,11 @@
},
"playerList": [
{
"name": "supergrafx - com.explusalpha.PceEmu",
"name": "supergrafx - com.PceEmu",
"uniqueId": "supergrafx.com.explusalpha.PceEmu",
"description": "Support extensions: ccd, chd, cue, m3u, pce, sgx, toc.",
"acceptedFilenameRegex": "^(.*)\\.(?:ccd|chd|cue|m3u|pce|sgx|toc)$",
"amStartArguments": "-n com.explusalpha.PceEmu/com.imagine.BaseActivity\n -a android.intent.action.VIEW\n -d {file.uri}",
"amStartArguments": "-n com.PceEmu/com.imagine.BaseActivity\n -a android.intent.action.VIEW\n -d {file.uri}",
"killPackageProcesses": false,
"killPackageProcessesWarning": true,
"extra": ""
Expand Down
6 changes: 3 additions & 3 deletions platforms/TurboGrafx16.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"databaseVersion": 14,
"revisionNumber": 6,
"revisionNumber": 7,
"platform": {
"name": "TurboGrafx-16",
"uniqueId": "tg16",
Expand All @@ -26,11 +26,11 @@
},
"playerList": [
{
"name": "tg16 - com.explusalpha.PceEmu",
"name": "tg16 - com.PceEmu",
"uniqueId": "tg16.com.explusalpha.PceEmu",
"description": "Support extensions: ccd, chd, cue, m3u, pce, sgx, toc.",
"acceptedFilenameRegex": "^(.*)\\.(?:ccd|chd|cue|m3u|pce|sgx|toc)$",
"amStartArguments": "-n com.explusalpha.PceEmu/com.imagine.BaseActivity\n -a android.intent.action.VIEW\n -d {file.uri}\n -t application/zip",
"amStartArguments": "-n com.PceEmu/com.imagine.BaseActivity\n -a android.intent.action.VIEW\n -d {file.uri}\n -t application/zip",
"killPackageProcesses": false,
"killPackageProcessesWarning": true,
"extra": ""
Expand Down
6 changes: 3 additions & 3 deletions platforms/TurboGrafxCD.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"databaseVersion": 14,
"revisionNumber": 5,
"revisionNumber": 6,
"platform": {
"name": "TurboGrafx-CD",
"uniqueId": "tgcd",
Expand All @@ -26,11 +26,11 @@
},
"playerList": [
{
"name": "tgcd - com.explusalpha.PceEmu",
"name": "tgcd - com.PceEmu",
"uniqueId": "tgcd.com.explusalpha.PceEmu",
"description": "Support extensions: ccd, chd, cue, m3u, pce, sgx, toc.",
"acceptedFilenameRegex": "^(.*)\\.(?:ccd|chd|cue|m3u|pce|sgx|toc)$",
"amStartArguments": "-n com.explusalpha.PceEmu/com.imagine.BaseActivity\n -a android.intent.action.VIEW\n -d {file.uri}\n -t application/zip",
"amStartArguments": "-n com.PceEmu/com.imagine.BaseActivity\n -a android.intent.action.VIEW\n -d {file.uri}\n -t application/zip",
"killPackageProcesses": false,
"killPackageProcessesWarning": true,
"extra": ""
Expand Down
6 changes: 3 additions & 3 deletions platforms/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@
"filename": "SuperGrafx.json",
"platformName": "SuperGrafx",
"platformShortname": "supergrafx",
"revisionNumber": 2
"revisionNumber": 3
},
{
"filename": "SuperNintendoEntertainmentSystem.json",
Expand All @@ -461,13 +461,13 @@
"filename": "TurboGrafx16.json",
"platformName": "TurboGrafx-16",
"platformShortname": "tg16",
"revisionNumber": 6
"revisionNumber": 7
},
{
"filename": "TurboGrafxCD.json",
"platformName": "TurboGrafx-CD",
"platformShortname": "tgcd",
"revisionNumber": 5
"revisionNumber": 6
},
{
"filename": "Vectrex.json",
Expand Down

0 comments on commit f8265e2

Please sign in to comment.