diff --git a/.github/workflows/appimage.yml b/.github/workflows/appimage.yml
index b3e89ce19af6..e1067991952d 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 }}
@@ -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..0ffd939117a9 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
@@ -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
@@ -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:
@@ -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: |
@@ -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
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 }}
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",
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