Skip to content

unknownbrackets/ppsspp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PPSSPP - a fast and portable PSP emulator

Created by Henrik RydgĂĄrd

Additional code by many contributors, see the Credits screen

Originally released under the GPL 2.0 (and later) in November 2012

Official website: https://www.ppsspp.org/

Discord: https://discord.gg/5NJB6dD

No BIOS file required to play, PPSSPP is an "HLE" emulator. Default settings balance good compatibility and speed.

To contribute, see the development page. Help testing, investigating, or fixing is always welcome. See the list of issues.

For the latest source code, see our GitHub page.

For documentation of all kinds (usage, reference, development), see the documentation on the main website

For build instructions and other development tutorials, see the wiki.

If you want to download regularly updated builds for Android, Windows x86 and x64, visit Orphis' buildbot

For game compatibility, see community compatibility feedback.

What's new in 1.15.4

  • Tilt controls: Restore "Low end radius" control ([#17489])
  • Android: Restore the ability to choose "display" (hardware scaler) resolution ([#17473])
  • Improve the workarounds for the DJ Max games ([#17467])
  • Android: Fix running some file formats directly from the Downloads folder ([#17466])
  • OpenGL: Restore most of the lost performance on low-end hardware from the shader variant reduction ([#17440, [#17439]])
  • Add a simple profiling tool to check CPU usage by the GL backend ([#17475])
  • Loader: Fix bug preventing WWE 2009 from starting ([#17435])
  • Misc minor fixes and optimizations ([#17442], [#17457], [#17486], [#17446], more)

What's new in 1.15.3

  • Assorted minor crash- and other fixes ([#17406], [#17414], [#17415], [#17422])
  • Android: Allow launch by content URI (for frontends) ([#17425])
  • Control mapping: Fix bugs in mapping UI causing trouble with some controllers ([#17412], [#17420])

What's new in 1.15.2

  • Assorted minor crash fixes (#17401, #17399)
  • Fix Android 12 support in the Android VR build (avoid scoped storage) ([#17398])

What's new in 1.15.1

  • Assorted minor crash fixes (#17374, #17370, #17392, #17394)
  • Fix for non-png texture replacements when not listed in textures.ini (#17380)
  • Fix for broken tilt d-pad controls (#17393)
  • Workaround for Vulkan driver bugs on Mali-T8x0 series GPUs (#17396)

What's new in 1.15

What's new in 1.14.4

What's new in 1.14.3

What's new in 1.14.2

What's new in 1.14.1

  • Fix black screen in Vulkan on some older Android devices (Android version 7) (#16599)
  • Fix error message in Medal of Honor (#16614)
  • Various minor bugfixes (#16617, #16609, #16608, #16615, #16619)
  • Add an option to turn off the new transparent menu background (#16595)

What's new in 1.14

What's new in 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

What's new in 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

What's new in 1.13

General

  • Fix assorted Android "scoped storage"-related bugs and performance issues (#15237, #15487), etc.
  • Analog mapping for fast-forward (#15645)
  • Major softgpu accuracy fixes and speedups, including a JIT (#15163, #15345, #15389, #15529, #15440, #15410, #15405, #15400) and many, many more
  • 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)
  • Re-enabled software rendering option on Android (#12958)

Game fixes

  • 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)

UI

Looking for older news?

Adhoc support

Not fully functional, but some games work. Check the Ad-Hoc section of the forum for help.

Credit goes to:

[#17398]: hrydgard#17398 "OpenXR - Cleanup unsupported features, support Android 12"[#17406]: hrydgard#17406 "Even more crash fixes" [#17414]: hrydgard#17414 "GPU: Remove JumpFast/CallFast" [#17415]: hrydgard#17415 "Misc fixes and checks" [#17422]: hrydgard#17422 "Windows: Fix initial window show for all displays" [#17425]: hrydgard#17425 "Android: Explicitly allow content URI intents" [#17412]: hrydgard#17412 "Controller mapping fixes" [#17420]: hrydgard#17420 "Fix glitch when mapping analog inputs, caused" [#17489]: hrydgard#17489 "Restore "low end radius" (inverse deadzone) for tilt input" [#17473]: hrydgard#17473 "Revert "Remove the Android display resolution selector"" [#17467]: hrydgard#17467 "Make the DJ Max workaround more aggressive about hiding stuff." [#17466]: hrydgard#17466 "Fix running some file formats from the Downloads folder" [#17440]: hrydgard#17440 "Revert lmode variant reduction" [#17439]: hrydgard#17439 "Revert "Merge pull request #16628 from hrydgard/remove-fog-fshader-flag"" [#17475]: hrydgard#17475 "Add a trivial profiling tool to the OpenGL backend" [#17435]: hrydgard#17435 "ElfLoader: Don't scan for functions in zero-length sections" [#17442]: hrydgard#17442 "Shrink the GLRRenderCommand struct from 152 to 88" [#17457]: hrydgard#17457 "UI: Fix thread error on zip open failure" [#17486]: hrydgard#17486 "Build fixes for OpenBSD" [#17446]: hrydgard#17446 "OpenGL: Combine some render commands"

About

A PSP emulator for many platforms, written in C++. This is a fork of the primary repo, where testing branches are pushed.

Resources

License

Stars

Watchers

Forks

Languages

  • C++ 53.5%
  • C 38.9%
  • POV-Ray SDL 5.2%
  • CMake 0.5%
  • Java 0.5%
  • Objective-C++ 0.4%
  • Other 1.0%