mirror of
https://github.com/RetroDECK/org.ppsspp.PPSSPP.git
synced 2024-11-22 21:55:38 +00:00
1.12
This commit is contained in:
parent
be6dc9a80e
commit
7e5fac4129
78
appdata.xml
78
appdata.xml
|
@ -21,6 +21,84 @@
|
|||
<screenshot>https://raw.githubusercontent.com/flathub/org.ppsspp.PPSSPP/master/screenshots/4.png</screenshot>
|
||||
</screenshots>
|
||||
<releases>
|
||||
<release version="1.12" date="2021-10-8">
|
||||
<description>
|
||||
<p>What's new in 1.12</p>
|
||||
<p>Platform support:</p>
|
||||
<ul>
|
||||
<li>Add support for Android 12 Scoped Storage restrictions ([#11997])</li>
|
||||
<li>iOS: Fix multitouch tracking ([#5099])</li>
|
||||
<li>Android: Fix screenshot orientation on Vulkan ([#14053])</li>
|
||||
<li>Linux: Improve support for system FFmpeg 3.1+ ([#14176], [#14188], [#14199])</li>
|
||||
<li>libretro: Always enable function hooks ([#14145])</li>
|
||||
<li>AMD: Enable Vulkan rendering on a thread ([#13864])</li>
|
||||
<li>Add iOS version detection, turn off JIT on bootup if >= 14.3. ([#14201])</li>
|
||||
<li>iOS: Try a different JIT detection method, thanks Halo-Michael ([#14241])</li>
|
||||
<li>Windows: Restore window size correctly ([#14317])</li>
|
||||
</ul>
|
||||
<p>Game fixes:</p>
|
||||
<ul>
|
||||
<li>Fix NBA Live 08 loading ([#8288])</li>
|
||||
<li>Display Open Season title screen correctly ([#13252])</li>
|
||||
<li>Fix Metal Gear Solid Peace Walker Chinese Patched blue screen ([#14127])</li>
|
||||
<li>Load Ape Academy 2 correctly ([#14271])</li>
|
||||
<li>Many more...</li>
|
||||
</ul>
|
||||
<p>Graphics and Sound:</p>
|
||||
<ul>
|
||||
<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 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>
|
||||
<li>Google Cardboard fixes ([#14966], [#14768])</li>
|
||||
<li>Correct mini-map update in Z.H.P. ([#14069])</li>
|
||||
<li>Fix crash in vertex jit on ARM32 ([#14879])</li>
|
||||
<li>Add a setting for reverb volume ([#14711])</li>
|
||||
<li>Option to switch to new devices or not, on Windows.</li>
|
||||
</ul>
|
||||
<p>UI:</p>
|
||||
<ul>
|
||||
<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>
|
||||
<li>Allow searching within the savedata manager ([#14237])</li>
|
||||
<li>Enable postshaders to access previous frame ([#14528])</li>
|
||||
<li>Add missing japanese keyboard symbol ([#14548])</li>
|
||||
<li>Add Reset button on crash screen, allow load state and related ([#14708])</li>
|
||||
<li>Implement savestate load and save undo ([#14676], [#14679], [#14697])</li>
|
||||
<li>A lot of minor debugger improvements</li>
|
||||
</ul>
|
||||
<p>Controls:</p>
|
||||
<ul>
|
||||
<li>New analog stick calibration menu ([#14596])</li>
|
||||
<li>Improved combo button and moved settings to Customize Touch Control -> Customize -> Custom button ([#13869])</li>
|
||||
<li>Improved tilt control, allow to change axis ([#12530])</li>
|
||||
<li>Add a visual means of control mapping ([#14769])</li>
|
||||
<li>Add basic motion gesture support ([#13107])</li>
|
||||
<li>Fix touch control DPAD not getting input when dragged over, and make touch analog drag not activate other buttons ([#14843])</li>
|
||||
<li>Allow adjusting touch control analog stick head size ([#14480])</li>
|
||||
</ul>
|
||||
<p>Adhoc/Network:</p>
|
||||
<ul>
|
||||
<li>Fix multiplayer issue on MGS:PW due to detecting an incorrect source port on incoming data ([#14140])</li>
|
||||
<li>Always enable TCPNoDelay to improve response time ([#14235])</li>
|
||||
<li>Fix Teenage Mutant Ninja Turtles multiplayer ([#14284])</li>
|
||||
<li>Fix FlatOut Head On multiplayer ([#14290])</li>
|
||||
<li>Prevent flooding Adhoc Server with connection attempts ([#14335])</li>
|
||||
<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>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>
|
||||
</description>
|
||||
</release>
|
||||
<release version="1.11.3" date="2021-06-10">
|
||||
<description>
|
||||
<p>What's new in 1.11.3:</p>
|
||||
|
|
Loading…
Reference in a new issue