Release News

PPSSPP for iOS 1.17.3 is out!PPSSPP for iOS is back!PPSSPP for iOS 1.17.2, iOS review still stalledPPSSPP temporarily down from App Store, back soon hopefullyUpcoming iOS features and fixesPPSSPP is live on the App Store!About the Apple announcement (update 4)The VR builds are separate againPPSSPP has a new buildbot, and Android builds now include VRPPSSPP 1.17 is out!Android Beta program now open, site update!PPSSPP 1.16 is out!PPSSPP 1.15.4 is here!PPSSPP 1.14 has arrived!PPSSPP 1.13 is here!PPSSPP 1.12 is out!PPSSPP 1.11 is here!PPSSPP 1.10 is out!PPSSPP 1.9 is here!PPSSPP 1.8 - bugfixes and more!PPSSPP 1.7 - stability and bugfixes!PPSSPP 1.6 - the fast one!PPSSPP back in the Play Store!PPSSPP temporarily gone from Play StorePPSSPP 1.5 - Vulkan is here!PPSSPP 1.4.2 - more fixesPPSSPP 1.4 has arrived!PPSSPP 1.3 is here!PPSSPP 1.2 is out!Note for iOS jailbreak usersPPSSPP 1.1!PPSSPP 1.0.1 is out!1.0!PPSSPP 0.9.9 is here!PPSSPP 0.9.8 - Xperia fix and more!PPSSPP 0.9.7 is out!0.9.7 is coming soonPPSSPP 0.9.6 is here!Plans for the next release - it's time for speed!PPSSPP 0.9.5 released!0.9.5 coming soon!PPSSPP 0.9 is finally out!0.9 status updatePPSSPP Gold for Windows and plans for 0.9PPSSPP 0.8 is finally out!Yes, 0.8 is coming soonPPSSPP 0.7.6!PPSSPP 0.7.5 is out!iOS builds available on CydiaPPSSPP 0.7 is here!Development continuesPPSSPP 0.6 - faster and better!Development builds, small progress reportPPSSPP 0.5Not quite there yet, but 0.5 is comingPPSSPP 0.4PPSSPP 0.31PPSSPP 0.2 - faster and better!Progress and Blackberry portPPSSPP has been open sourced!

PPSSPP has a new buildbot, and Android builds now include VR

 

Due to a 3+ week downtime of Orphis' buildbot, I went ahead and set up my own.

The builds that it produces can be found here: Development builds.

Currently, it builds for Android, Windows and Windows for ARM64 processors. More platforms will be added in the future.

Due to using different signing keys, you can't directly upgrade from an Orphis-build to these, but you can upgrade from an official release APK downloaded from this website to a buildbot build.

But what's a buildbot?

A classic emulator buildbot makes new builds (emulator executables) for every single change to the emulator source code. This can be very useful when tracking down regressions, that is, finding out when specifically something that was working before now broke.

By using the halving or bisection method, you can often track down errors over huge ranges of commits in a small number of tries. Simply try two builds that you know work and don't, then try the one in the middle between them. Then if it's still broken, try the range from the first commit to the one you just tried, and if not try the second half. Repeat!

Android builds now include VR

From build v1.17.1-60, our Android builds are cross-compatible between phones and VR setups like the Quest 2. So there's no longer any need for a separate downloadable VR app.

Mac builds now also available on the buildbot

For now, only the most recent builds will be there, and due to logistical issues, this buildbot will be less reliable.