From 1b5cf526f48debb965505096e32a0cfae9941d5c Mon Sep 17 00:00:00 2001 From: Jetup13 <62556437+Jetup13@users.noreply.github.com> Date: Fri, 6 Oct 2023 12:33:53 -0700 Subject: [PATCH] Update PSP platform - Add `chd` to supported extensions --- platforms/PlayStationPortable.json | 10 +++++----- platforms/index.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/platforms/PlayStationPortable.json b/platforms/PlayStationPortable.json index 99fbb18cb..cd0e6c9ac 100644 --- a/platforms/PlayStationPortable.json +++ b/platforms/PlayStationPortable.json @@ -1,6 +1,6 @@ { "databaseVersion": 14, - "revisionNumber": 7, + "revisionNumber": 8, "platform": { "name": "PlayStation Portable", "uniqueId": "psp", @@ -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, @@ -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, diff --git a/platforms/index.json b/platforms/index.json index 70977ccd5..a7fe13913 100644 --- a/platforms/index.json +++ b/platforms/index.json @@ -412,7 +412,7 @@ "platformName": "PlayStation Portable", "platformShortname": "psp", "platformUniqueId": "psp", - "revisionNumber": 7 + "revisionNumber": 8 }, { "filename": "PokemonMini.json",