Skip to content

Commit

Permalink
Update PSP platform
Browse files Browse the repository at this point in the history
- Add `chd` to supported extensions
  • Loading branch information
Jetup13 committed Oct 6, 2023
1 parent b0398bb commit 1b5cf52
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions platforms/PlayStationPortable.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"databaseVersion": 14,
"revisionNumber": 7,
"revisionNumber": 8,
"platform": {
"name": "PlayStation Portable",
"uniqueId": "psp",
Expand All @@ -26,8 +26,8 @@
{
"name": "psp - PPSSPP",
"uniqueId": "psp.org.ppsspp.ppsspp",
"description": "Supported extensions: cso, elf, iso, pbp, prx.",
"acceptedFilenameRegex": "^(.*)\\.(?:cso|elf|iso|pbp|prx)$",
"description": "Supported extensions: cso, chd, elf, iso, pbp, prx.",
"acceptedFilenameRegex": "^(.*)\\.(?:cso|chd|elf|iso|pbp|prx)$",
"amStartArguments": "-n org.ppsspp.ppsspp/.PpssppActivity\n -a android.intent.action.VIEW\n -c android.intent.category.DEFAULT\n -d {file.uri}\n -t application/octet-stream\n --activity-clear-task --activity-clear-top --activity-no-history",
"killPackageProcesses": false,
"killPackageProcessesWarning": true,
Expand All @@ -36,8 +36,8 @@
{
"name": "psp - PPSSPP Gold",
"uniqueId": "psp.org.ppsspp.ppssppgold",
"description": "Supported extensions: cso, elf, iso, pbp, prx.",
"acceptedFilenameRegex": "^(.*)\\.(?:cso|elf|iso|pbp|prx)$",
"description": "Supported extensions: cso, chd, elf, iso, pbp, prx.",
"acceptedFilenameRegex": "^(.*)\\.(?:cso|chd|elf|iso|pbp|prx)$",
"amStartArguments": "-n org.ppsspp.ppssppgold/org.ppsspp.ppsspp.PpssppActivity\n -a android.intent.action.VIEW\n -c android.intent.category.DEFAULT\n -d {file.uri}\n -t application/octet-stream\n --activity-clear-task --activity-clear-top --activity-no-history",
"killPackageProcesses": false,
"killPackageProcessesWarning": true,
Expand Down
2 changes: 1 addition & 1 deletion platforms/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@
"platformName": "PlayStation Portable",
"platformShortname": "psp",
"platformUniqueId": "psp",
"revisionNumber": 7
"revisionNumber": 8
},
{
"filename": "PokemonMini.json",
Expand Down

0 comments on commit 1b5cf52

Please sign in to comment.