mirror of
https://github.com/RetroDECK/org.ppsspp.PPSSPP.git
synced 2024-11-22 13:45:38 +00:00
Update ppsspp.git to 1.13
This commit is contained in:
parent
617d448f41
commit
9756398a10
|
@ -21,10 +21,11 @@
|
|||
<screenshot>https://raw.githubusercontent.com/flathub/org.ppsspp.PPSSPP/master/screenshots/4.png</screenshot>
|
||||
</screenshots>
|
||||
<releases>
|
||||
<release version="1.12.3" date="2021-10-18"></release>
|
||||
<release version="1.13" date="2022-07-26"/>
|
||||
<release version="1.12.3" date="2021-10-18"/>
|
||||
<release version="1.12" date="2021-10-8">
|
||||
<description>
|
||||
<p>What's new in 1.12</p>
|
||||
<p>What's new in 1.12</p>
|
||||
<p>Platform support:</p>
|
||||
<ul>
|
||||
<li>Add support for Android 12 Scoped Storage restrictions ([#11997])</li>
|
||||
|
@ -47,11 +48,11 @@
|
|||
</ul>
|
||||
<p>Graphics and Sound:</p>
|
||||
<ul>
|
||||
<li>Add new texture filtering mode "Auto Max Quality" ([#14789])</li>
|
||||
<li>Add new texture filtering mode "Auto Max Quality" ([#14789])</li>
|
||||
<li>Fix Princess Maker 5 Portable half screen in Vulkan ([#13741])</li>
|
||||
<li>Fix Pro Yakyu Spirits 2010 (NPJH50234): Rendering errors with hardware transform off ([#14167])</li>
|
||||
<li>Support texture replacement filtering overrides ([#14230])</li>
|
||||
<li>Fix Yarudora Portable: Double Cast's FMVs artifacting ([#13759])</li>
|
||||
<li>Fix Yarudora Portable: Double Cast's FMVs artifacting ([#13759])</li>
|
||||
<li>Fix Sims 2 Castaway/Pets EA Logo glitched out ([#13146])</li>
|
||||
<li>Fix bad size & position on Japanese & Numbers & Alphabets ([#14209])</li>
|
||||
<li>Implement basic depth texturing for OpenGL ([#14042])</li>
|
||||
|
@ -63,7 +64,7 @@
|
|||
</ul>
|
||||
<p>UI:</p>
|
||||
<ul>
|
||||
<li>Add a setting for choosing background animation in PPSSPP's menus ([#14313], [#14818], [#14810], [#14347])</li>
|
||||
<li>Add a setting for choosing background animation in PPSSPP's menus ([#14313], [#14818], [#14810], [#14347])</li>
|
||||
<li>Add CRC calculation on game info screen and feedback screen ([#14000], [#14041])</li>
|
||||
<li>Add a Storage tab to System Information with some path info ([#14224], [#14238])</li>
|
||||
<li>Track and show memory allocation / usage information in debugger ([#14056])</li>
|
||||
|
@ -94,7 +95,7 @@
|
|||
<li>Fix crashing issue when leaving a multiplayer game room (ie. GTA Vice City Stories) ([#14342])</li>
|
||||
<li>Fix stuck issue when scanning AP to Recruit on MGS:PW ([#14345])</li>
|
||||
<li>Fix possible crash issue on blocking socket implementation (ie. Kao Challengers) ([#14466])</li>
|
||||
<li>Create GameMode's socket after Master and all Replicas have been created (ie. Fading Shadows) ([#14492])</li>
|
||||
<li>Create GameMode's socket after Master and all Replicas have been created (ie. Fading Shadows) ([#14492])</li>
|
||||
<li>Reduce HLE delays due to multiplayer performance regressions (ie. Ys vs. Sora no Kiseki) ([#14513])</li>
|
||||
<li>Fix socket error 10014 on Windows when hosting a game of Vulcanus Seek and Destroy ([#14849])</li>
|
||||
</ul>
|
||||
|
@ -215,6 +216,6 @@
|
|||
</description>
|
||||
</release>
|
||||
</releases>
|
||||
<content_rating type="oars-1.1" />
|
||||
<content_rating type="oars-1.1"/>
|
||||
<update_contact>b@bpiotrowski.pl</update_contact>
|
||||
</component>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue