From 393f4b1f5d9c82a88c513003e4bb0b48d7f8d316 Mon Sep 17 00:00:00 2001 From: Alexander Wilms Date: Fri, 5 Jan 2024 18:11:28 +0000 Subject: [PATCH 1/3] Fix errors and warnings --- org.ppsspp.PPSSPP.metainfo.xml | 155 ++++++++++++++++----------------- 1 file changed, 76 insertions(+), 79 deletions(-) diff --git a/org.ppsspp.PPSSPP.metainfo.xml b/org.ppsspp.PPSSPP.metainfo.xml index e1a5c93..36b46d7 100644 --- a/org.ppsspp.PPSSPP.metainfo.xml +++ b/org.ppsspp.PPSSPP.metainfo.xml @@ -35,12 +35,25 @@ https://www.ppsspp.org/development.html https://github.com/hrydgard/ppsspp/tree/master/assets/lang - https://raw.githubusercontent.com/flathub/org.ppsspp.PPSSPP/master/screenshots/1.png - https://raw.githubusercontent.com/flathub/org.ppsspp.PPSSPP/master/screenshots/2.png - https://raw.githubusercontent.com/flathub/org.ppsspp.PPSSPP/master/screenshots/3.png - https://raw.githubusercontent.com/flathub/org.ppsspp.PPSSPP/master/screenshots/4.png + + Recent Games + https://raw.githubusercontent.com/flathub/org.ppsspp.PPSSPP/master/screenshots/1.png + + + Credits screen + https://raw.githubusercontent.com/flathub/org.ppsspp.PPSSPP/master/screenshots/2.png + + + Settings + https://raw.githubusercontent.com/flathub/org.ppsspp.PPSSPP/master/screenshots/3.png + + + In-game + https://raw.githubusercontent.com/flathub/org.ppsspp.PPSSPP/master/screenshots/4.png + https://raw.githubusercontent.com/hrydgard/ppsspp/master/icons/icon-512.svg + ppsspp.desktop @@ -59,29 +72,25 @@

What's new in 1.13.2

-

-

    -
  • Crashfix on Android 12 when playing certain background music ([#15990])
  • -
  • Fix Star Ocean battles in D3D backends (#[15889])
  • -
  • Minor fixes that might fix some other crashes
  • -
-

+
    +
  • Crashfix on Android 12 when playing certain background music ([#15990])
  • +
  • Fix Star Ocean battles in D3D backends (#[15889])
  • +
  • Minor fixes that might fix some other crashes
  • +

What's new in 1.13.1

-

-

    -
  • Confirmation dialog added before change of MAC address (#15738)
  • -
  • IR interpreter regression fixed (#15739)
  • -
  • Fix clearing of replacement texture cache (#15740)
  • -
  • Improved Portuguese-pt translation (#15734)
  • -
  • Fix graphical regression in Split/Second (#15733)
  • -
  • Couple of minor crash fixes
  • -
-

+
    +
  • Confirmation dialog added before change of MAC address (#15738)
  • +
  • IR interpreter regression fixed (#15739)
  • +
  • Fix clearing of replacement texture cache (#15740)
  • +
  • Improved Portuguese-pt translation (#15734)
  • +
  • Fix graphical regression in Split/Second (#15733)
  • +
  • Couple of minor crash fixes
  • +
#15733 @@ -95,81 +104,69 @@

What's new in 1.13

General

-

-

    -
  • Fix assorted Android "scoped storage"-related bugs and performance issues (#15237, #15487), etc.
  • -
  • Analog mapping for fast-forward (#15645)
  • -
  • Major softgpu accuracy fixes and speedups, including a JIT (#15163, #15345, #15389, #15529, #15440, #15410, #15405, #15400) and many, many more
  • -
  • Fixed some NEON code paths (#15481)
  • -
  • Fix performance of texture uploads with Vulkan (#15474)
  • -
  • Don't include the large font atlas when we don't need it
  • -
  • Improved upscaling shaders (#15566)
  • -
  • Vulkan texture upscaling performance improvements (#15238), etc.
  • -
  • Vulkan correctness fixes (#15217, #15211), use the VMA allocator (#15162), etc.
  • -
  • Fixes to depth culling (#15106), many more
  • -
  • Background loading of texture replacement (#15025)
  • -
  • Threading manager improvements and fixes (#15470), etc.
  • -
  • Added search in settings (#14414)
  • -
  • Added fast button repeats on custom touch buttons (#15613)
  • -
  • Two new bicubic upscaling shader: Catmull-Rom and Mitchell-Netravali (#15569)
  • -
  • Allow to change screen rotation per game and to bind a key to change it (#15494, #15510)
  • -
  • Re-enabled software rendering option on Android (#12958)
  • -
-

+
    +
  • Fix assorted Android "scoped storage"-related bugs and performance issues (#15237, #15487), etc.
  • +
  • Analog mapping for fast-forward (#15645)
  • +
  • Major softgpu accuracy fixes and speedups, including a JIT (#15163, #15345, #15389, #15529, #15440, #15410, #15405, #15400) and many, many more
  • +
  • Fixed some NEON code paths (#15481)
  • +
  • Fix performance of texture uploads with Vulkan (#15474)
  • +
  • Don't include the large font atlas when we don't need it
  • +
  • Improved upscaling shaders (#15566)
  • +
  • Vulkan texture upscaling performance improvements (#15238), etc.
  • +
  • Vulkan correctness fixes (#15217, #15211), use the VMA allocator (#15162), etc.
  • +
  • Fixes to depth culling (#15106), many more
  • +
  • Background loading of texture replacement (#15025)
  • +
  • Threading manager improvements and fixes (#15470), etc.
  • +
  • Added search in settings (#14414)
  • +
  • Added fast button repeats on custom touch buttons (#15613)
  • +
  • Two new bicubic upscaling shader: Catmull-Rom and Mitchell-Netravali (#15569)
  • +
  • Allow to change screen rotation per game and to bind a key to change it (#15494, #15510)
  • +
  • Re-enabled software rendering option on Android (#12958)
  • +

Game fixes

-

-

    -
  • Add more workarounds for Mali driver bugs (#15016)
  • -
  • Vortex in God of War: Ghost of Sparta can now be passed (#15640)
  • -
  • Various proAdhoc fixes (#15213, #15215), and many more
  • -
  • Correct flickering text in Sol Trigger and Last Ranker. (#15549)
  • -
  • Fix and improve line drawing in Echochrome (#15583), after line refactoring (#15073, #15075)
  • -
  • Fix HUD graphics in Split/Second (#15500, #15501)
  • -
  • Fix bad screen overlay issues in Clone Wars and Force Unleashed (#15691, #15696, #12949, #9572)
  • -
  • Zettai Zetsumei Toshi 3 no longer hangs on character select screen (#15687)
  • -
  • Juiced 2: Bloom effect no longer covering the screen (#7295, #15717)
  • -
  • Fix keyboard shift issue in a few games (#15698)
  • -
-

+
    +
  • Add more workarounds for Mali driver bugs (#15016)
  • +
  • Vortex in God of War: Ghost of Sparta can now be passed (#15640)
  • +
  • Various proAdhoc fixes (#15213, #15215), and many more
  • +
  • Correct flickering text in Sol Trigger and Last Ranker. (#15549)
  • +
  • Fix and improve line drawing in Echochrome (#15583), after line refactoring (#15073, #15075)
  • +
  • Fix HUD graphics in Split/Second (#15500, #15501)
  • +
  • Fix bad screen overlay issues in Clone Wars and Force Unleashed (#15691, #15696, #12949, #9572)
  • +
  • Zettai Zetsumei Toshi 3 no longer hangs on character select screen (#15687)
  • +
  • Juiced 2: Bloom effect no longer covering the screen (#7295, #15717)
  • +
  • Fix keyboard shift issue in a few games (#15698)
  • +

UI

-

-

    -
  • Windows/Xbox UWP directory navigation improvements (#15652)
  • -
  • Color change and basic theme support (#15396, #15394)
  • -
  • Fix input focus bug (#15560)
  • -
  • New GE debugger features and other UI fixes (#15393, #15324, #15377, #15424, #15402, #15378, #15338), etc.
  • -
-

+
    +
  • Windows/Xbox UWP directory navigation improvements (#15652)
  • +
  • Color change and basic theme support (#15396, #15394)
  • +
  • Fix input focus bug (#15560)
  • +
  • New GE debugger features and other UI fixes (#15393, #15324, #15377, #15424, #15402, #15378, #15338), etc.
  • +

What's new in 1.12.3

-

-

    -
  • Fix background music speed. A couple translation fixes.
  • -
-

+
    +
  • Fix background music speed. A couple translation fixes.
  • +

What's new in 1.12.2

-

-

    -
  • Fix joystick detection bug on Android.
  • -
-

+
    +
  • Fix joystick detection bug on Android.
  • +

What's new in 1.12.1

-

-

    -
  • Bug fixes (control mapping fix, popup menus in the Windows debugger, a few crashfixes)
  • -
-

+
    +
  • Bug fixes (control mapping fix, popup menus in the Windows debugger, a few crashfixes)
  • +
From 3dec68eb55491bfbd7219831dde52cda642b99b2 Mon Sep 17 00:00:00 2001 From: Alexander Wilms Date: Fri, 5 Jan 2024 18:21:55 +0000 Subject: [PATCH 2/3] Improve metainfo * Sort tags with jdAppStreamEdit * Add contact URL * Day-level granularity should suffice for releases * Replace incorrect unicode characters for space and dash --- org.ppsspp.PPSSPP.metainfo.xml | 74 ++++++++++++++++------------------ 1 file changed, 34 insertions(+), 40 deletions(-) diff --git a/org.ppsspp.PPSSPP.metainfo.xml b/org.ppsspp.PPSSPP.metainfo.xml index 36b46d7..ff64c18 100644 --- a/org.ppsspp.PPSSPP.metainfo.xml +++ b/org.ppsspp.PPSSPP.metainfo.xml @@ -2,38 +2,27 @@ org.ppsspp.PPSSPP PPSSPP - A PlayStation Portable emulator - Ein PlayStation Portable‑Emulator - Emulator PlayStation Portable + A PlayStation Portable emulator + Ein PlayStation Portable-Emulator + Emulator PlayStation Portable + Henrik Rydgård + ppsspp.desktop CC0-1.0 - GPL-2.0 + GPL-2.0-or-later + b@bpiotrowski.pl -

- PPSSPP is a PSP emulator that can run games in full HD resolution. It can +

PPSSPP is a PSP emulator that can run games in full HD resolution. It can even upscale textures that would otherwise be too blurry as they were made - for the small screen of the original PSP. -

-

- PPSSPP ist ein PSP‑Emulator, der Spiele in voller HD‑Auflösung + for the small screen of the original PSP.

+

PPSSPP ist ein PSP-Emulator, der Spiele in voller HD-Auflösung abspielen kann. Er kann sogar Texturen höher skalieren, welche ansonsten zu verwaschen wären, da sie für den kleinen Bildschirm der ursprünglichen - PSP erstellt wurden. -

-

- PPSSPP, to emulator PSP, który potrafi odtwarzać gry w pełnej rozdzielczości + PSP erstellt wurden.

+

PPSSPP, to emulator PSP, który potrafi odtwarzać gry w pełnej rozdzielczości HD. Jest nawet w stanie przeskalować tekstury na większe, które w innym przypadku byłyby za bardzo rozmazane, ponieważ zostały stworzone na mały - ekran pierwotnej PSP. -

+ ekran pierwotnej PSP.

- Henrik Rydgård - https://www.ppsspp.org/ - https://github.com/hrydgard/ppsspp/issues - https://www.ppsspp.org/guides.html - https://www.ppsspp.org/faq.html - https://github.com/hrydgard/ppsspp - https://www.ppsspp.org/development.html - https://github.com/hrydgard/ppsspp/tree/master/assets/lang Recent Games @@ -52,8 +41,6 @@ https://raw.githubusercontent.com/flathub/org.ppsspp.PPSSPP/master/screenshots/4.png - https://raw.githubusercontent.com/hrydgard/ppsspp/master/icons/icon-512.svg - ppsspp.desktop @@ -69,7 +56,7 @@ - +

What's new in 1.13.2

    @@ -79,8 +66,8 @@
- - + +

What's new in 1.13.1

    @@ -145,7 +132,7 @@
- +

What's new in 1.12.3

    @@ -153,7 +140,7 @@
- +

What's new in 1.12.2

    @@ -161,7 +148,7 @@
- +

What's new in 1.12.1

    @@ -169,7 +156,7 @@
- +

What's new in 1.12

Platform support:

@@ -362,10 +349,24 @@
+ https://www.ppsspp.org/ + https://github.com/hrydgard/ppsspp/issues + https://www.ppsspp.org/faq.html + https://www.ppsspp.org/guides.html + https://github.com/hrydgard/ppsspp/tree/master/assets/lang + https://www.ppsspp.org/contact + https://github.com/hrydgard/ppsspp + https://www.ppsspp.org/development.html Game Emulator + + pointing + keyboard + gamepad + + Sony PlayStation @@ -381,11 +382,4 @@ Konsole konsola - - pointing - keyboard - gamepad - - - b@bpiotrowski.pl
From 74949dff652b506cd19afc1cc0670f35ac282753 Mon Sep 17 00:00:00 2001 From: Alexander Wilms Date: Fri, 5 Jan 2024 21:24:15 +0000 Subject: [PATCH 3/3] Metainfo: Fix launchable tag --- org.ppsspp.PPSSPP.metainfo.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.ppsspp.PPSSPP.metainfo.xml b/org.ppsspp.PPSSPP.metainfo.xml index ff64c18..3e573e3 100644 --- a/org.ppsspp.PPSSPP.metainfo.xml +++ b/org.ppsspp.PPSSPP.metainfo.xml @@ -6,7 +6,7 @@ Ein PlayStation Portable-Emulator Emulator PlayStation Portable Henrik Rydgård - ppsspp.desktop + PPSSPPSDL.desktop CC0-1.0 GPL-2.0-or-later b@bpiotrowski.pl