Skip to content

Commit 4effddc

Browse files
committed
ppsspp: update to v1.13.2
Changelog: * Version 1.13.2 - Crashfix on Android 12 when playing certain background music ([#15990]) - Fix Star Ocean battles in D3D backends (#[15889]) - Minor fixes that might fix some other crashes * Version 1.13.1 - Confirmation dialog added before change of MAC address (#15738) - IR interpreter regression fixed (#15739) - Fix clearing of replacement texture cache (#15740) - Improved Portuguese-pt translation (#15734) - Fix graphical regression in Split/Second (#15733) - Couple of minor crash fixes * Version 1.13 - Analog mapping for fast-forward (#15645) - Major softgpu accuracy fixes and speedups, including a JIT (#15163, etc.) - Fixed some NEON code paths (#15481) - Fix performance of texture uploads with Vulkan (#15474) - Don't include the large font atlas when we don't need it - Improved upscaling shaders (#15566) - Vulkan texture upscaling performance improvements (#15238), etc. - Vulkan correctness fixes (#15217, #15211), use the VMA allocator (#15162), etc. - Fixes to depth culling (#15106), many more - Background loading of texture replacement (#15025) - Threading manager improvements and fixes (#15470), etc. - Added search in settings (#14414) - Added fast button repeats on custom touch buttons (#15613) - Two new bicubic upscaling shader: Catmull-Rom and Mitchell-Netravali (#15569) - Allow to change screen rotation per game and to bind a key to change it (#15494, #15510) - Add more workarounds for Mali driver bugs (#15016) - Vortex in God of War: Ghost of Sparta can now be passed (#15640) - Various proAdhoc fixes (#15213, #15215), and many more - Correct flickering text in Sol Trigger and Last Ranker. (#15549) - Fix and improve line drawing in Echochrome (#15583), after line refactoring (#15073, #15075) - Fix HUD graphics in Split/Second (#15500, #15501) - Fix bad screen overlay issues in Clone Wars and Force Unleashed (#15691, #15696, #12949, #9572) - Zettai Zetsumei Toshi 3 no longer hangs on character select screen (#15687) - Juiced 2: Bloom effect no longer covering the screen (#7295, #15717) - Fix keyboard shift issue in a few games (#15698) - Color change and basic theme support (#15396, #15394) - Fix input focus bug (#15560) - New GE debugger features and other UI fixes (#15393, #15324, #15377, #15424, #15402, #15378, #15338), etc.
1 parent 8386114 commit 4effddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scriptmodules/emulators/ppsspp.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ rp_module_id="ppsspp"
1313
rp_module_desc="PlayStation Portable emulator PPSSPP"
1414
rp_module_help="ROM Extensions: .iso .pbp .cso\n\nCopy your PlayStation Portable roms to $romdir/psp"
1515
rp_module_licence="GPL2 https://raw.githubusercontent.com/hrydgard/ppsspp/master/LICENSE.TXT"
16-
rp_module_repo="git https://github.com/hrydgard/ppsspp.git v1.12.3"
16+
rp_module_repo="git https://github.com/hrydgard/ppsspp.git v1.13.2"
1717
rp_module_section="opt"
1818
rp_module_flags=""
1919

0 commit comments

Comments
 (0)