diff --git a/org.ppsspp.PPSSPP.metainfo.xml b/org.ppsspp.PPSSPP.metainfo.xml
index 8f4a9a8..089b629 100644
--- a/org.ppsspp.PPSSPP.metainfo.xml
+++ b/org.ppsspp.PPSSPP.metainfo.xml
@@ -21,10 +21,11 @@
https://raw.githubusercontent.com/flathub/org.ppsspp.PPSSPP/master/screenshots/4.png
-
+
+
- What's new in 1.12
+ What's new in 1.12
Platform support:
- Add support for Android 12 Scoped Storage restrictions ([#11997])
@@ -47,11 +48,11 @@
Graphics and Sound:
- - Add new texture filtering mode "Auto Max Quality" ([#14789])
+ - Add new texture filtering mode "Auto Max Quality" ([#14789])
- Fix Princess Maker 5 Portable half screen in Vulkan ([#13741])
- Fix Pro Yakyu Spirits 2010 (NPJH50234): Rendering errors with hardware transform off ([#14167])
- Support texture replacement filtering overrides ([#14230])
- - Fix Yarudora Portable: Double Cast's FMVs artifacting ([#13759])
+ - Fix Yarudora Portable: Double Cast's FMVs artifacting ([#13759])
- Fix Sims 2 Castaway/Pets EA Logo glitched out ([#13146])
- Fix bad size & position on Japanese & Numbers & Alphabets ([#14209])
- Implement basic depth texturing for OpenGL ([#14042])
@@ -63,7 +64,7 @@
UI:
- - Add a setting for choosing background animation in PPSSPP's menus ([#14313], [#14818], [#14810], [#14347])
+ - Add a setting for choosing background animation in PPSSPP's menus ([#14313], [#14818], [#14810], [#14347])
- Add CRC calculation on game info screen and feedback screen ([#14000], [#14041])
- Add a Storage tab to System Information with some path info ([#14224], [#14238])
- Track and show memory allocation / usage information in debugger ([#14056])
@@ -94,7 +95,7 @@
- Fix crashing issue when leaving a multiplayer game room (ie. GTA Vice City Stories) ([#14342])
- Fix stuck issue when scanning AP to Recruit on MGS:PW ([#14345])
- Fix possible crash issue on blocking socket implementation (ie. Kao Challengers) ([#14466])
- - Create GameMode's socket after Master and all Replicas have been created (ie. Fading Shadows) ([#14492])
+ - Create GameMode's socket after Master and all Replicas have been created (ie. Fading Shadows) ([#14492])
- Reduce HLE delays due to multiplayer performance regressions (ie. Ys vs. Sora no Kiseki) ([#14513])
- Fix socket error 10014 on Windows when hosting a game of Vulcanus Seek and Destroy ([#14849])
@@ -215,6 +216,6 @@
-
+
b@bpiotrowski.pl
diff --git a/org.ppsspp.PPSSPP.yml b/org.ppsspp.PPSSPP.yml
index dbdebb9..bcda5d0 100644
--- a/org.ppsspp.PPSSPP.yml
+++ b/org.ppsspp.PPSSPP.yml
@@ -20,38 +20,38 @@ modules:
- name: ppsspp
buildsystem: cmake
config-opts:
- - '-DUSE_SYSTEM_FFMPEG=OFF'
- - '-DUSE_SYSTEM_LIBZIP=ON'
- - '-DUSE_SYSTEM_ZSTD=ON'
+ - -DUSE_SYSTEM_FFMPEG=OFF
+ - -DUSE_SYSTEM_LIBZIP=ON
+ - -DUSE_SYSTEM_ZSTD=ON
#- '-DUSE_SYSTEM_SNAPPY=ON'
- - '-DUSE_WAYLAND_WSI=ON'
- - '-DUSING_X11_VULKAN=ON'
- - '-DUSING_QT_UI=OFF'
+ - -DUSE_WAYLAND_WSI=ON
+ - -DUSING_X11_VULKAN=ON
+ - -DUSING_QT_UI=OFF
- - '-DBUILD_TESTING=OFF'
- - '-DOpenGL_GL_PREFERENCE=GLVND'
+ - -DBUILD_TESTING=OFF
+ - -DOpenGL_GL_PREFERENCE=GLVND
build-options:
arch:
x86_64:
config-opts:
- - '-DX86_64=ON'
+ - -DX86_64=ON
aarch64:
config-opts:
- - '-DUSING_EGL=ON'
- - '-DUSING_GLES2=ON'
- - '-DARM64=ON'
+ - -DUSING_EGL=ON
+ - -DUSING_GLES2=ON
+ - -DARM64=ON
post-install:
- desktop-file-edit --set-name=PPSSPP ${FLATPAK_DEST}/share/applications/PPSSPPSDL.desktop
- install -Dm644 ${FLATPAK_ID}.metainfo.xml -t ${FLATPAK_DEST}/share/metainfo
sources:
- type: git
url: https://github.com/hrydgard/ppsspp.git
- tag: v1.12.3
- commit: ce0a45cf0fcdd5bebf32208b9998f68dfc1107b7
+ tag: v1.13
+ commit: a92e764c65b3248d1ddd7107ffa4c598a2ef4ff2
x-checker-data:
type: git
- tag-pattern: "^v([\\d.]+)$"
+ tag-pattern: ^v([\d.]+)$
is-main-source: true
- type: shell