From 15a89876e2eecca02cd0e56d08d6dc10305db83e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 09:57:43 +0000 Subject: [PATCH 1/7] Bump jurplel/install-qt-action from 4.3.0 to 4.3.1 Bumps [jurplel/install-qt-action](https://github.com/jurplel/install-qt-action) from 4.3.0 to 4.3.1. - [Release notes](https://github.com/jurplel/install-qt-action/releases) - [Commits](https://github.com/jurplel/install-qt-action/compare/d325aaf2a8baeeda41ad0b5d39f84a6af9bcf005...48d3ad6db93f3627c8ee7a0454bc6f3744f7e730) --- updated-dependencies: - dependency-name: jurplel/install-qt-action dependency-version: 4.3.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 061621ea4de2..d7ba2c9022ec 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -264,7 +264,7 @@ jobs: git fetch --deepen=15000 --no-recurse-submodules --tags || exit 0 - name: Install Qt - uses: jurplel/install-qt-action@d325aaf2a8baeeda41ad0b5d39f84a6af9bcf005 # v4.3.0 + uses: jurplel/install-qt-action@48d3ad6db93f3627c8ee7a0454bc6f3744f7e730 # v4.3.1 if: matrix.extra == 'qt' with: cache: true From 61074d29ad43448a0f246b7096f4f78b65818b8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 09:57:45 +0000 Subject: [PATCH 2/7] Bump actions/cache from 5.0.4 to 5.0.5 Bumps [actions/cache](https://github.com/actions/cache) from 5.0.4 to 5.0.5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v5.0.4...v5.0.5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/appimage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/appimage.yml b/.github/workflows/appimage.yml index b3e89ce19af6..42075a736f73 100644 --- a/.github/workflows/appimage.yml +++ b/.github/workflows/appimage.yml @@ -69,7 +69,7 @@ jobs: git fetch --deepen=15000 --no-recurse-submodules --tags --force upstream || exit 0 - name: Set up ccache for ${{ matrix.id }} - uses: actions/cache@v5.0.4 + uses: actions/cache@v5.0.5 with: path: ${{ env.CCACHE_DIR }} key: ${{ runner.os }}-ccache-${{ matrix.id }}-${{ github.sha }} From 2d32a3d3c40480cb1a00fbcdfef9175d7da7fbe6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 09:57:50 +0000 Subject: [PATCH 3/7] Bump softprops/action-gh-release from 2.6.1 to 3.0.0 Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.6.1 to 3.0.0. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/153bb8e04406b158c6c84fc1615b65b24149a1fe...b4309332981a82ec1c5618f44dd2e27cc8bfbfda) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/appimage.yml | 2 +- .github/workflows/build.yml | 4 ++-- .github/workflows/tarball.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/appimage.yml b/.github/workflows/appimage.yml index b3e89ce19af6..95f70e9c9424 100644 --- a/.github/workflows/appimage.yml +++ b/.github/workflows/appimage.yml @@ -272,7 +272,7 @@ jobs: path: artifacts/ - name: Upload release - uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.6.1 + uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0 if: github.ref_type == 'tag' with: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 061621ea4de2..d66d4eff9528 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -113,7 +113,7 @@ jobs: Compress-Archive -Path "ppsspp/*" -Update -DestinationPath "releases/PPSSPP-${{ github.ref_name }}-Windows-${{ matrix.platform }}.zip" - name: Upload release - uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.6.1 + uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0 if: github.ref_type == 'tag' with: files: releases/*.zip @@ -391,7 +391,7 @@ jobs: run: mv PPSSPPSDL.zip PPSSPPSDL-macOS-${GITHUB_REF_NAME}.zip - name: Upload macOS & iOS release - uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.6.1 + uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0 if: github.ref_type == 'tag' && (matrix.id == 'macos' || matrix.id == 'ios') with: files: | diff --git a/.github/workflows/tarball.yml b/.github/workflows/tarball.yml index 53e8d8c7b330..de573a1cc58c 100644 --- a/.github/workflows/tarball.yml +++ b/.github/workflows/tarball.yml @@ -39,7 +39,7 @@ jobs: echo "tarball=$TARBALL" >> $GITHUB_OUTPUT - name: Upload tarball - uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.6.1 + uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0 with: files: ${{ steps.archive.outputs.tarball }} token: ${{ secrets.GITHUB_TOKEN }} From 861b0e9afddb83893b137bf62a831a219e135114 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 09:57:53 +0000 Subject: [PATCH 4/7] Bump hendrikmuhs/ccache-action from 1.2.20 to 1.2.23 Bumps [hendrikmuhs/ccache-action](https://github.com/hendrikmuhs/ccache-action) from 1.2.20 to 1.2.23. - [Release notes](https://github.com/hendrikmuhs/ccache-action/releases) - [Commits](https://github.com/hendrikmuhs/ccache-action/compare/5ebbd400eff9e74630f759d94ddd7b6c26299639...d62db5f07c26379fc4b4e0916f098a92573c3b03) --- updated-dependencies: - dependency-name: hendrikmuhs/ccache-action dependency-version: 1.2.23 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 4 ++-- .github/workflows/manual_generate_ipa.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 061621ea4de2..fa041e1a814f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -309,7 +309,7 @@ jobs: echo "#define PPSSPP_GIT_VERSION_NO_UPDATE 1" >> git-version.cpp - name: Setup ccache - uses: hendrikmuhs/ccache-action@5ebbd400eff9e74630f759d94ddd7b6c26299639 # v1.2.20 + uses: hendrikmuhs/ccache-action@d62db5f07c26379fc4b4e0916f098a92573c3b03 # v1.2.23 # Disable ccache on macos for now, it's become buggy for some reason. if: matrix.id != 'macos' with: @@ -478,7 +478,7 @@ jobs: chown -R $(id -u):$(id -g) $PWD - name: Setup ccache - uses: hendrikmuhs/ccache-action@5ebbd400eff9e74630f759d94ddd7b6c26299639 # v1.2.20 + uses: hendrikmuhs/ccache-action@d62db5f07c26379fc4b4e0916f098a92573c3b03 # v1.2.23 - name: Compile ffmpeg run: | diff --git a/.github/workflows/manual_generate_ipa.yml b/.github/workflows/manual_generate_ipa.yml index 7642bfc8a944..37a1d8c02b30 100644 --- a/.github/workflows/manual_generate_ipa.yml +++ b/.github/workflows/manual_generate_ipa.yml @@ -49,7 +49,7 @@ jobs: echo ${GIT_VERSION#v} > build-ios/PPSSPP.app/Version.txt - name: Setup ccache - uses: hendrikmuhs/ccache-action@5ebbd400eff9e74630f759d94ddd7b6c26299639 # v1.2.20 + uses: hendrikmuhs/ccache-action@d62db5f07c26379fc4b4e0916f098a92573c3b03 # v1.2.23 with: key: ios create-symlink: true From 09d58584ed2e7c48928f04ce2f43122a55f05d84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rydg=C3=A5rd?= Date: Fri, 1 May 2026 12:12:48 +0200 Subject: [PATCH 5/7] Bump rcheevos to latest --- ext/rcheevos | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/rcheevos b/ext/rcheevos index e9ca3694c862..50d7917546ef 160000 --- a/ext/rcheevos +++ b/ext/rcheevos @@ -1 +1 @@ -Subproject commit e9ca3694c862b61235595176dac4b22677848c93 +Subproject commit 50d7917546ef2a6bde5e352eccde03cb7e05b939 From 468a01cb6b3b5e7c1e82f0f3dc5c8258db1db646 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rydg=C3=A5rd?= Date: Fri, 1 May 2026 12:23:41 +0200 Subject: [PATCH 6/7] Minor tweaks to images.svg --- assets/ui_images/images.svg | 58 ++++++++++++++++--------------------- 1 file changed, 25 insertions(+), 33 deletions(-) diff --git a/assets/ui_images/images.svg b/assets/ui_images/images.svg index 1d10af74aa43..f54b38da2c8e 100644 --- a/assets/ui_images/images.svg +++ b/assets/ui_images/images.svg @@ -7,7 +7,7 @@ viewBox="0 0 100.54165 185.20831" version="1.1" id="svg1" - inkscape:version="1.4.2 (f4327f4, 2025-05-13)" + inkscape:version="1.4.3 (0d15f75, 2025-12-25)" sodipodi:docname="images.svg" xml:space="preserve" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" @@ -23,13 +23,13 @@ inkscape:pagecheckerboard="true" inkscape:deskcolor="#d1d1d1" inkscape:document-units="px" - inkscape:zoom="1" - inkscape:cx="377" - inkscape:cy="374.5" - inkscape:window-width="1920" - inkscape:window-height="1129" - inkscape:window-x="-8" - inkscape:window-y="-8" + inkscape:zoom="2" + inkscape:cx="245.5" + inkscape:cy="307.75" + inkscape:window-width="3840" + inkscape:window-height="2071" + inkscape:window-x="-9" + inkscape:window-y="-9" inkscape:window-maximized="1" inkscape:current-layer="layer1" showgrid="false" @@ -134,7 +134,8 @@ sodipodi:nodetypes="cccccccccccccccccccccccccccc" />Layer 1 Date: Fri, 1 May 2026 12:33:48 +0200 Subject: [PATCH 7/7] Remove psp.gameplayer.club from the official list (rule violation) --- assets/adhoc-servers.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/assets/adhoc-servers.json b/assets/adhoc-servers.json index 821a6cd16fce..c5365a43f26d 100644 --- a/assets/adhoc-servers.json +++ b/assets/adhoc-servers.json @@ -111,15 +111,6 @@ "status_data_json": "https://adhoc.gamesnexus.ovh/data.json", "status_web": "https://adhoc.gamesnexus.ovh" }, - { - "name": "Sony PSP & PSVita Fans", - "host": "psp.gameplayer.club", - "discord": "", - "web": "https://psp.gameplayer.club/", - "location": "Unknown", - "description": "For players looking to play any games", - "data_mode": "P2P" - }, { "name": "CVN-Play", "host": "cvn-play.top",