Skip to content

Commit 27ddcf6

Browse files
committed
2 parents 757c327 + a5a33e3 commit 27ddcf6

File tree

1 file changed

+186
-4
lines changed

1 file changed

+186
-4
lines changed

org.ppsspp.PPSSPP.metainfo.xml

Lines changed: 186 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,191 @@
4343
</screenshots>
4444
<releases>
4545
<release version="1.18.1" date="2024-11-04">
46-
<description></description>
46+
<description>
47+
<p>What's new in 1.18.1</p>
48+
<ul>
49+
<li>Crashfix in PBP reader (homebrew/demos) (#19580)</li>
50+
<li>Fix minor theme issue in the Homebrew Store (#19582)</li>
51+
</ul>
52+
</description>
53+
<issues>
54+
<issue url="https://github.com/hrydgard/ppsspp/issues/19580">#19580</issue>
55+
<issue url="https://github.com/hrydgard/ppsspp/issues/19582">#19582</issue>
56+
</issues>
57+
</release>
58+
<release version="1.17.1" date="2024-02-04">
59+
<description>
60+
<p>What's new in 1.17.1</p>
61+
<ul>
62+
<li>Fixed green rendering errors on some PowerVR GPUs (#18781)</li>
63+
<li>Release all held keys on pause to avoid "stuck keys" after unpausing or in run-behind-pause (#18786)</li>
64+
<li>UI fixes (#18785)</li>
65+
<li>Update libchdr with zstd support, warn the user about bad CHDs (#18824, #18803)</li>
66+
<li>Add workaround for AdHoc mode in Resistance (#18821)</li>
67+
<li>Fix graphics in Tokimeki Memorial 4 (#18822)</li>
68+
<li>Fix crash in UFC 2010 on Mali GPUs (#18813)</li>
69+
<li>Temporarily disable MSAA on Adreno GPUs due to crashing (#18819)</li>
70+
<li>Fixed some crashes and optimized the game metadata cache (#18794, #18775)</li>
71+
<li>Additional crashfixes and similar (#18777, #18779, #18823)</li>
72+
<li>Fixed playback of frame dumps with Vulkan (#18793)</li>
73+
<li>Volume slider added for RetroAchievements sounds (#18772)</li>
74+
</ul>
75+
</description>
76+
<issues>
77+
<issue url="https://github.com/hrydgard/ppsspp/issues/18781">#18781</issue>
78+
<issue url="https://github.com/hrydgard/ppsspp/issues/18786">#18786</issue>
79+
<issue url="https://github.com/hrydgard/ppsspp/issues/18785">#18785</issue>
80+
<issue url="https://github.com/hrydgard/ppsspp/issues/18824">#18824</issue>
81+
<issue url="https://github.com/hrydgard/ppsspp/issues/18803">#18803</issue>
82+
<issue url="https://github.com/hrydgard/ppsspp/issues/18821">#18821</issue>
83+
<issue url="https://github.com/hrydgard/ppsspp/issues/18822">#18822</issue>
84+
<issue url="https://github.com/hrydgard/ppsspp/issues/18813">#18813</issue>
85+
<issue url="https://github.com/hrydgard/ppsspp/issues/18819">#18819</issue>
86+
<issue url="https://github.com/hrydgard/ppsspp/issues/18794">#18794</issue>
87+
<issue url="https://github.com/hrydgard/ppsspp/issues/18775">#18775</issue>
88+
<issue url="https://github.com/hrydgard/ppsspp/issues/18777">#18777</issue>
89+
<issue url="https://github.com/hrydgard/ppsspp/issues/18779">#18779</issue>
90+
<issue url="https://github.com/hrydgard/ppsspp/issues/18823">#18823</issue>
91+
<issue url="https://github.com/hrydgard/ppsspp/issues/18793">#18793</issue>
92+
<issue url="https://github.com/hrydgard/ppsspp/issues/18772">#18772</issue>
93+
</issues>
94+
</release>
95+
<release version="1.17" date="2024-01-27">
96+
<description>
97+
<p>What's new in 1.17</p>
98+
<p>Rendering performance and fixes</p>
99+
<ul>
100+
<li>Cull small draws that are quick to check that they are offscreen (#18446)</li>
101+
<li>Assorted optimizations (#18586, #18573, #18476, #18413, #18416, #18219), deleted the Vertex Cache option (no longer needed)</li>
102+
<li>Fix HUD in Tiger Woods 06 (#18554)</li>
103+
<li>AdrenoTools support added - you can now load custom Vulkan drivers on Adreno (#18532, #18548, #18699) Disabled in the Google Play builds for now</li>
104+
<li>Fix rendering with bad Z parameters, fixes homebrew Zig example (#18535)</li>
105+
<li>Fix Z problem in Hayate no Gotoku!! Nightmare Paradise #18478</li>
106+
<li>Fix frozen pitch meters in MLB games (#18484)</li>
107+
<li>Enable MSAA on modern mobile devices (Vulkan-only) (#18472)</li>
108+
<li>Performance improvement in Tactics Ogre by avoiding a readback (#18599)</li>
109+
<li>Fix video flicker in Naruto: Ultimate Ninja Heroes 2 (#18454)</li>
110+
<li>Fix for very old rendering issue in Tokimeki Memorial 4 (#18650), although didn't actually fix the game overall unfortunately</li>
111+
</ul>
112+
<p>UI</p>
113+
<ul>
114+
<li>Track total time played per game (#18442)</li>
115+
<li>When opening the pause menu, there's now an option to keep the game running behind the menu. This is enforced in multiplayer to avoid inadvertent desyncs (#18517, #18515)</li>
116+
</ul>
117+
<p>ISO loading improvements</p>
118+
<ul>
119+
<li>The CHD file format is now fully supported, including with Remote ISO and Retroachievements. Use `chdman createdvd`, DO NOT use `createcd`</li>
120+
<li>Improvements to remote ISO: optional tab on home screen, can now share whole folders (#18627, #18639, #18640, #18631, #18632, #18633)</li>
121+
</ul>
122+
<p>Controller and touchscreen fixes</p>
123+
<ul>
124+
<li>More control bindings, organize into categories (#18635, #18589)</li>
125+
<li>Fix inverse deadzone (low end) for joystick input</li>
126+
<li>Fix analog deadzones for XInput controllers (#18407)</li>
127+
<li>Improved tilt control further (#18533)</li>
128+
<li>Mouse input supported on Android (#18551, #18473)</li>
129+
<li>Customizable threshold for analog-trigger to button-press mapping, customizable delay for mouse-scroll key-up (#18621, #18585)</li>
130+
<li>Make it work better to bind an analog stick to four buttons, useful for camera control in some games</li>
131+
<li>Can now unpause with the key you bound to pause (#18591)</li>
132+
</ul>
133+
<p>Other fixes and updates</p>
134+
<ul>
135+
<li>More work on the IR JITs (#18234, #18235, #18228, #18227, #18226, many more)</li>
136+
<li>Moving the memstick directory on Android is now faster and safer #18744</li>
137+
<li>Workaround problems in Add Doko Demo Issho, Driver 76, Harukanaru Toki no Naka, Ace Combat by slowing down the emulated UMD drive to match reality better (#18436, #18445)</li>
138+
<li>VR: Quest 3 rendering issues fixed (#18677)</li>
139+
<li>Various bugfixes in texture replacement (#18638, #18610, #18519, #18466, #18747)</li>
140+
<li>RetroAchievements: Rich presence, renamed Challenge Mode back to the recommended Hardcore Mode, various error handling improvements, configure per game (#18468, #18651, #18488, #18428, #18425)</li>
141+
<li>HLE: Slice large-and-slow memcpy/memset operations, can help with some stalls. (#18560)</li>
142+
<li>Other various minor fixes and optimizations (#18558, #18555, #18538, #18529, #18450, #18314, #18233, #18678, #18749, #18736, #18704)</li>
143+
<li>SoftGPU fixes (#18362)</li>
144+
<li>Fixed international fonts on Steam Deck (#18732, #18734)</li>
145+
<li>GoExplore (GPS app) now starts up and allows navigation (#18665, #18666, #18668, #18669)</li>
146+
<li>SDL: Improve input latency in Vulkan mode by running rendering on a separate thread (#18268)</li>
147+
<li>Assorted multiplayer fixes (#18435)</li>
148+
<li>Support for emulating the infrared port of the original PSP through sceSircs (#18684)</li>
149+
</ul>
150+
</description>
151+
<issues>
152+
<issue url="https://github.com/hrydgard/ppsspp/issues/18446">#18446</issue>
153+
<issue url="https://github.com/hrydgard/ppsspp/issues/18586">#18586</issue>
154+
<issue url="https://github.com/hrydgard/ppsspp/issues/18573">#18573</issue>
155+
<issue url="https://github.com/hrydgard/ppsspp/issues/18476">#18476</issue>
156+
<issue url="https://github.com/hrydgard/ppsspp/issues/18413">#18413</issue>
157+
<issue url="https://github.com/hrydgard/ppsspp/issues/18416">#18416</issue>
158+
<issue url="https://github.com/hrydgard/ppsspp/issues/18219">#18219</issue>
159+
<issue url="https://github.com/hrydgard/ppsspp/issues/18554">#18554</issue>
160+
<issue url="https://github.com/hrydgard/ppsspp/issues/18532">#18532</issue>
161+
<issue url="https://github.com/hrydgard/ppsspp/issues/18548">#18548</issue>
162+
<issue url="https://github.com/hrydgard/ppsspp/issues/18699">#18699</issue>
163+
<issue url="https://github.com/hrydgard/ppsspp/issues/18535">#18535</issue>
164+
<issue url="https://github.com/hrydgard/ppsspp/issues/18478">#18478</issue>
165+
<issue url="https://github.com/hrydgard/ppsspp/issues/18484">#18484</issue>
166+
<issue url="https://github.com/hrydgard/ppsspp/issues/18472">#18472</issue>
167+
<issue url="https://github.com/hrydgard/ppsspp/issues/18599">#18599</issue>
168+
<issue url="https://github.com/hrydgard/ppsspp/issues/18454">#18454</issue>
169+
<issue url="https://github.com/hrydgard/ppsspp/issues/18650">#18650</issue>
170+
<issue url="https://github.com/hrydgard/ppsspp/issues/18442">#18442</issue>
171+
<issue url="https://github.com/hrydgard/ppsspp/issues/18517">#18517</issue>
172+
<issue url="https://github.com/hrydgard/ppsspp/issues/18515">#18515</issue>
173+
<issue url="https://github.com/hrydgard/ppsspp/issues/18627">#18627</issue>
174+
<issue url="https://github.com/hrydgard/ppsspp/issues/18639">#18639</issue>
175+
<issue url="https://github.com/hrydgard/ppsspp/issues/18640">#18640</issue>
176+
<issue url="https://github.com/hrydgard/ppsspp/issues/18631">#18631</issue>
177+
<issue url="https://github.com/hrydgard/ppsspp/issues/18632">#18632</issue>
178+
<issue url="https://github.com/hrydgard/ppsspp/issues/18633">#18633</issue>
179+
<issue url="https://github.com/hrydgard/ppsspp/issues/18635">#18635</issue>
180+
<issue url="https://github.com/hrydgard/ppsspp/issues/18589">#18589</issue>
181+
<issue url="https://github.com/hrydgard/ppsspp/issues/18407">#18407</issue>
182+
<issue url="https://github.com/hrydgard/ppsspp/issues/18533">#18533</issue>
183+
<issue url="https://github.com/hrydgard/ppsspp/issues/18551">#18551</issue>
184+
<issue url="https://github.com/hrydgard/ppsspp/issues/18473">#18473</issue>
185+
<issue url="https://github.com/hrydgard/ppsspp/issues/18621">#18621</issue>
186+
<issue url="https://github.com/hrydgard/ppsspp/issues/18585">#18585</issue>
187+
<issue url="https://github.com/hrydgard/ppsspp/issues/18591">#18591</issue>
188+
<issue url="https://github.com/hrydgard/ppsspp/issues/18234">#18234</issue>
189+
<issue url="https://github.com/hrydgard/ppsspp/issues/18235">#18235</issue>
190+
<issue url="https://github.com/hrydgard/ppsspp/issues/18228">#18228</issue>
191+
<issue url="https://github.com/hrydgard/ppsspp/issues/18227">#18227</issue>
192+
<issue url="https://github.com/hrydgard/ppsspp/issues/18226">#18226</issue>
193+
<issue url="https://github.com/hrydgard/ppsspp/issues/18744">#18744</issue>
194+
<issue url="https://github.com/hrydgard/ppsspp/issues/18436">#18436</issue>
195+
<issue url="https://github.com/hrydgard/ppsspp/issues/18445">#18445</issue>
196+
<issue url="https://github.com/hrydgard/ppsspp/issues/18677">#18677</issue>
197+
<issue url="https://github.com/hrydgard/ppsspp/issues/18638">#18638</issue>
198+
<issue url="https://github.com/hrydgard/ppsspp/issues/18610">#18610</issue>
199+
<issue url="https://github.com/hrydgard/ppsspp/issues/18519">#18519</issue>
200+
<issue url="https://github.com/hrydgard/ppsspp/issues/18466">#18466</issue>
201+
<issue url="https://github.com/hrydgard/ppsspp/issues/18747">#18747</issue>
202+
<issue url="https://github.com/hrydgard/ppsspp/issues/18468">#18468</issue>
203+
<issue url="https://github.com/hrydgard/ppsspp/issues/18651">#18651</issue>
204+
<issue url="https://github.com/hrydgard/ppsspp/issues/18488">#18488</issue>
205+
<issue url="https://github.com/hrydgard/ppsspp/issues/18428">#18428</issue>
206+
<issue url="https://github.com/hrydgard/ppsspp/issues/18425">#18425</issue>
207+
<issue url="https://github.com/hrydgard/ppsspp/issues/18560">#18560</issue>
208+
<issue url="https://github.com/hrydgard/ppsspp/issues/18558">#18558</issue>
209+
<issue url="https://github.com/hrydgard/ppsspp/issues/18555">#18555</issue>
210+
<issue url="https://github.com/hrydgard/ppsspp/issues/18538">#18538</issue>
211+
<issue url="https://github.com/hrydgard/ppsspp/issues/18529">#18529</issue>
212+
<issue url="https://github.com/hrydgard/ppsspp/issues/18450">#18450</issue>
213+
<issue url="https://github.com/hrydgard/ppsspp/issues/18314">#18314</issue>
214+
<issue url="https://github.com/hrydgard/ppsspp/issues/18233">#18233</issue>
215+
<issue url="https://github.com/hrydgard/ppsspp/issues/18678">#18678</issue>
216+
<issue url="https://github.com/hrydgard/ppsspp/issues/18749">#18749</issue>
217+
<issue url="https://github.com/hrydgard/ppsspp/issues/18736">#18736</issue>
218+
<issue url="https://github.com/hrydgard/ppsspp/issues/18704">#18704</issue>
219+
<issue url="https://github.com/hrydgard/ppsspp/issues/18362">#18362</issue>
220+
<issue url="https://github.com/hrydgard/ppsspp/issues/18732">#18732</issue>
221+
<issue url="https://github.com/hrydgard/ppsspp/issues/18734">#18734</issue>
222+
<issue url="https://github.com/hrydgard/ppsspp/issues/18665">#18665</issue>
223+
<issue url="https://github.com/hrydgard/ppsspp/issues/18666">#18666</issue>
224+
<issue url="https://github.com/hrydgard/ppsspp/issues/18668">#18668</issue>
225+
<issue url="https://github.com/hrydgard/ppsspp/issues/18669">#18669</issue>
226+
<issue url="https://github.com/hrydgard/ppsspp/issues/18268">#18268</issue>
227+
<issue url="https://github.com/hrydgard/ppsspp/issues/18435">#18435</issue>
228+
<issue url="https://github.com/hrydgard/ppsspp/issues/18684">#18684</issue>
229+
</issues>
47230
</release>
48-
<release version="1.17.1" date="2024-02-04"/>
49-
<release version="1.17" date="2024-01-27"/>
50231
<release version="1.16.6" date="2023-10-12"/>
51232
<release version="1.16.5" date="2023-09-28"/>
52233
<release version="1.16.3" date="2023-09-22"/>
@@ -251,7 +432,7 @@
251432
<description>
252433
<p>What's new in 1.11.2:</p>
253434
<ul>
254-
<li>An additional few crash fixes(#14129, #14134, #14132)</li>
435+
<li>An additional few crash fixes (#14129, #14134, #14132)</li>
255436
</ul>
256437
</description>
257438
</release>
@@ -370,6 +551,7 @@
370551
<control>pointing</control>
371552
<control>keyboard</control>
372553
<control>gamepad</control>
554+
<control>touch</control>
373555
</supports>
374556
<content_rating type="oars-1.1"/>
375557
<keywords>

0 commit comments

Comments
 (0)