diff --git a/platforms/SuperGrafx.json b/platforms/SuperGrafx.json index dfeafc212..75186b322 100644 --- a/platforms/SuperGrafx.json +++ b/platforms/SuperGrafx.json @@ -1,6 +1,6 @@ { "databaseVersion": 14, - "revisionNumber": 2, + "revisionNumber": 3, "platform": { "name": "SuperGrafx", "uniqueId": "supergrafx", @@ -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": "" diff --git a/platforms/TurboGrafx16.json b/platforms/TurboGrafx16.json index ffb2092fb..6fdfbe476 100644 --- a/platforms/TurboGrafx16.json +++ b/platforms/TurboGrafx16.json @@ -1,6 +1,6 @@ { "databaseVersion": 14, - "revisionNumber": 6, + "revisionNumber": 7, "platform": { "name": "TurboGrafx-16", "uniqueId": "tg16", @@ -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": "" diff --git a/platforms/TurboGrafxCD.json b/platforms/TurboGrafxCD.json index de0d1942c..9f24813d8 100644 --- a/platforms/TurboGrafxCD.json +++ b/platforms/TurboGrafxCD.json @@ -1,6 +1,6 @@ { "databaseVersion": 14, - "revisionNumber": 5, + "revisionNumber": 6, "platform": { "name": "TurboGrafx-CD", "uniqueId": "tgcd", @@ -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": "" diff --git a/platforms/index.json b/platforms/index.json index 2b2a73fe3..dfe2ff792 100644 --- a/platforms/index.json +++ b/platforms/index.json @@ -443,7 +443,7 @@ "filename": "SuperGrafx.json", "platformName": "SuperGrafx", "platformShortname": "supergrafx", - "revisionNumber": 2 + "revisionNumber": 3 }, { "filename": "SuperNintendoEntertainmentSystem.json", @@ -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",