Automated PPSSPP builds

These builds are provided by Orphis and are totally free of charge.
New versions on the Git repository are detected automatically and the builds take a few minutes to complete, please be patient if the newest build doesn't appear here.
If multiple commits are done at the same time, you'll only get the latest one.

Code is hosted on GitHub.
See PPSSPP website for more information.

Showing only 20 latest changes. See full list of builds

Revision Author Date Android Windows 32bit Windows 64bit Commit log
v1.16.4-44-gfde10ed4b Henrik Rydgård 2023-09-27 21:09:43 Download Download Download Merge: ed99e64b7 abbd1c83b Merge pull request #18261 from hrydgard/revert-expand-lines-fix Revert "Merge pull request #18184 from hrydgard/expand-lines-mem-fix"
v1.16.4-43-gabbd1c83b Henrik Rydgård 2023-09-27 20:04:37 No build Revert "Merge pull request #18184 from hrydgard/expand-lines-mem-fix" This reverts commit 65b995ac6c024b4afa18ea9983f0013f205325a1, reversing changes made to 01c3c3638ff2a7414f4ff38fdc14e54362b0e0a1.
v1.16.4-42-ged99e64b7 Henrik Rydgård 2023-09-27 19:20:17 Download Download Download Merge: 48d3efc47 65a787026 Merge pull request #18256 from hrydgard/control-mapper-fix-buffer-overflow ControlMapper: Fix a range check and array size. In reality, probably not a danger.
v1.16.4-40-g65a787026 Henrik Rydgård 2023-09-27 17:36:05 No build Fix a range check and array size. In reality, probably not a danger.
v1.16.4-40-g48d3efc47 Henrik Rydgård 2023-09-27 17:38:15 Download Download Download Bump shader cache versions again, just because.
v1.16.4-39-gfdb1d69d1 Henrik Rydgård 2023-09-27 17:14:06   Download Download Merge: 43ae1e3b0 038bc7fc4 Merge pull request #18255 from hrydgard/opengl-remove-stride-adjustment Fix issue uploading narrow textures in OpenGL.
v1.16.4-38-g038bc7fc4 Henrik Rydgård 2023-09-27 16:42:07 No build Fix issue uploading narrow textures in OpenGL. We had some stride adjustment that is not needed - and we're not passing the stride along, so it can't do the "right thing". Fixes #18254
v1.16.4-37-g43ae1e3b0 Henrik Rydgård 2023-09-27 13:01:17 Download Download Download Merge: 1fff976e4 84d0236bf Merge pull request #18248 from hrydgard/assorted-fixes-12 More assorted fixes
v1.16.4-36-g84d0236bf Henrik Rydgård 2023-09-27 12:31:08 No build Comment fixes
v1.16.4-35-gb5c4b2c3f Henrik Rydgård 2023-08-24 14:51:06 No build Add a missing comment
v1.16.4-34-g3d14cd16e Henrik Rydgård 2023-09-27 00:28:02 No build Add a null check in PopupMultiChoice::UpdateText
v1.16.4-33-gcbbaf148f Henrik Rydgård 2023-09-27 00:07:35 No build Don't crash from incomplete wav files
v1.16.4-32-g4c0077fd8 Henrik Rydgård 2023-09-27 00:07:06 No build Protect against weirdness in UnlinkBlocks (hopefully not needed after prev fix)
v1.16.4-31-g1fff976e4 Henrik Rydgård 2023-09-27 12:11:02 Download Download Download Merge: c8d7226a5 c28dc9e4f Merge pull request #18250 from hrydgard/separate-accelerometer-events Separate out accelerometer events from joystick axis events
v1.16.4-28-gc8d7226a5 Henrik Rydgård 2023-09-27 12:07:21     Download DInput: Seems sometimes we never check for pads on startup? Fix that.
v1.16.4-27-gd6a8bfdf3 Henrik Rydgård 2023-09-27 08:49:01 Download Download Download Merge: 8baae8313 ded18ff23 Merge pull request #18249 from unknownbrackets/arm64jit-vcrsp arm64jit: Avoid fused multiplies in vcrsp.t
v1.16.4-27-gc28dc9e4f Henrik Rydgård 2023-09-27 11:34:31 No build Pass in accelerometer readings using NativeAccelerometer instead of NativeAxis
v1.16.4-26-g3b004e7a4 Henrik Rydgård 2023-09-27 11:29:42 No build Remove the last use of accelerometer axis events (calibration)
v1.16.4-25-g8baae8313 Henrik Rydgård 2023-09-26 20:29:31 Download Download Download Merge: c0ee711cb dd2b1ace8 Merge pull request #18247 from hrydgard/jit-exit-fixes Jit: Assert on bad exit numbers, allow two more exits per block
v1.16.4-24-gdd2b1ace8 Henrik Rydgård 2023-09-26 19:44:05 No build BlockCache on ARM/ARM64: Allow two more exits