19/10/2021
In Case You Missed It, PPSSPP has been updated to v1.12.3
Update History
โข October 6, 2021 - PPSSPP v1.12 has been released.
โข October 9, 2021 - A follow-up update v1.12.1 has been released.
โข October 10, 2021 - A second follow-up update v1.12.2 has been released.
โข October 18, 2021 - A third follow-up update v1.12.3 has been released.
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Download Links
For Android
PPSSPP
Google Play :https://play.google.com/store/apps/details?id=org.ppsspp.ppsspp
Website: http://ppsspp.org/files/1_12_3/ppsspp.apk
PPSSPP Gold
Google Play: https://play.google.com/store/apps/details?id=org.ppsspp.ppssppgold
For Windows
PPSSPP
Website: http://ppsspp.org/files/1_12_3/PPSSPPSetup.exe
PPSSPP Gold
https://central.ppsspp.org/buygold
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
News
October 6, 2021: PPSSPP 1.12 is out!
Finally a new release! PPSSPP now supports Android 12 and the new Android storage model, "Scoped Storage". For more details on what that means, see this guide.
https://www.ppsspp.org/guide_storage.html
1.12.1, 1.12.2, 1.12.3 released on October 9, 10, 18 fix a few bugs including a gamepad binding bug.
As usual, the Android version will be rolled out gradually, you'll see it in the Play Store within a week.
In addition to fully supporting Android 12, PPSSPP 1.12 includes a lot of bugfixes and new features. From new UI background options to a lot of game fixes, and for those of you adventurous enough to try the experimental multiplayer support, it works better than ever. Thanks to all the contributors who made this all possible!
The list is way too long to display here in full this time, but here's an assortment of improvements since 1.11:
โข Support for Android 12 Scoped Storage
โข Lots of updated UI, like a new joystick calibration system and many new touch control options, new backgrounds
โข Built-in CRC calculator, to be able to check with others that your ISO is valid
โข Many, many multiplayer fixes (See changelog below)
โข Numerous game fixes (See changelog below)
โข Savestate Undo for both load and save
โข Many graphical glitches fixed, and new texture filtering option Auto Max Quality for smooth texturing
โข New audio options, like choose whether to switch to newly plugged in devices, reverb volume, etc
โข And much more!
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Changelog
What's new in 1.12.3
โข Fix background music speed.
โข A couple translation fixes.
โข Valkyrie Profile : Lenneth Workaround Crash Ending Issue.
What's new in 1.12.2
โข 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)
What's new in 1.12
Platform support:
โข Add support for Android 12 Scoped Storage restrictions ( #11997)
โข iOS: Fix multitouch tracking ( #5099)
โข Android: Fix screenshot orientation on Vulkan ( #14053)
โข Linux: Improve support for system FFmpeg 3.1+ ( #14176, #14188, #14199)
โข libretro: Always enable function hooks ( #14145)
โข AMD: Enable Vulkan rendering on a thread ( #13864)
โข Add iOS version detection, turn off JIT on bootup if >= 14.3. ( #14201)
โข iOS: Try a different JIT detection method, thanks Halo-Michael ( #14241)
โข Windows: Restore window size correctly ( #14317)
Game fixes:
โข Fix NBA Live 08 loading ( #8288)
โข Display Open Season title screen correctly ( #13252)
โข Fix Metal Gear Solid: Peace Walker Chinese Patched blue screen ( #14127)
โข Load Ape Academy 2 correctly ( #14271)
โข Many more...
Graphics and Sound:
โข 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 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)
โข Google Cardboard fixes ( #14966, #14768)
โข Correct mini-map update in Z.H.P. Unlosing Ranger VS. Darkdeath Evilman ( #14069)
โข Fix crash in vertex jit on ARM32 ( #14879)
โข Add a setting for reverb volume ( #14711)
โข Option to switch to new devices or not, on Windows.
UI:
โข 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)
โข Allow searching within the savedata manager ( #14237)
โข Enable postshaders to access previous frame ( #14528)
โข Add missing Japanese keyboard symbol ( #14548)
โข Add Reset button on crash screen, allow load state and related ( #14708)
โข Implement savestate load and save undo ( #14676, #14679, #14697)
โข A lot of minor debugger improvements
Controls:
โข New analog stick calibration menu ( #14596)
โข Improved combo button and moved settings to Customize Touch Control -> Customize -> Custom button ( #13869)
โข Improved tilt control, allow to change axis ( #12530)
โข Add a visual means of control mapping ( #14769)
โข Add basic motion gesture support ( #13107)
โข Fix touch control DPAD not getting input when dragged over, and make touch analog drag not activate other buttons ( #14843)
โข Allow adjusting touch control analog stick head size ( #14480)
Adhoc/Network:
โข Fix multiplayer issue on Metal Gear Solid: Peace Walker due to detecting an incorrect source port on incoming data ( #14140)
โข Always enable TCPNoDelay to improve response time ( #14235)
โข Fix Teenage Mutant Ninja Turtles multiplayer ( #14284)
โข Fix FlatOut: Head On multiplayer ( #14290)
โข Prevent flooding Adhoc Server with connection attempts ( #14335)
โข Fix crashing issue when leaving a multiplayer game room (ie. Grand Theft Auto: Vice City Stories) ( #14342)
โข Fix stuck issue when scanning AP to Recruit on Metal Gear Solid: Peace Walker ( #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)
โข Reduce HLE delays due to multiplayer performance regressions (ie. Ys vs. Sora no Kiseki: Alternative Saga) ( #14513)
โข Fix socket error 10014 on Windows when hosting a game of Vulcanus: Seek and Destroy ( #14849)