• Stars
    star
    10,237
  • Rank 3,180 (Top 0.07 %)
  • Language
    C++
  • License
    Other
  • Created over 11 years ago
  • Updated 19 days ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A PSP emulator for Android, Windows, Mac and Linux, written in C++. Want to contribute? Join us on Discord at https://discord.gg/5NJB6dD or just send pull requests / issues. For discussion use the forums at forums.ppsspp.org.

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

More Repositories

1

minitrace

Simple C/C++ library for producing JSON traces suitable for Chrome's built-in trace viewer (about:tracing).
C++
351
star
2

native

NOTE: DEPRECATED! No longer used in PPSSPP! Various C++ utility code: OpenGL ES, JSON, etc, portable to Android.
C
73
star
3

ppsspp-ffmpeg

A slimmed-down build of FFMPEG used in PPSSPP. Includes h.264, atrac3+, AAC and a few other codecs.
C
62
star
4

pspautotests

A test suite based on the pspautotests svn.
C++
51
star
5

ppsspp-lang

DEPRECATED / ARCHIVED - merged into the main PPSSPP repository. Make further changes there.
50
star
6

minidx9

Minimal cutdown DirectX9 SDK for buildbot use.
C++
36
star
7

ppsspp-site

New PPSSPP website
JavaScript
25
star
8

dirtree-json

Tiny utility to read a directory tree and produce JSON.
Rust
7
star
9

minimal-site-generator

Silly minimal PHP-based static site generator
Makefile
7
star
10

boatrage

BoatRage - a DOS game I wrote in 1998? 1999? To build on modern platforms use Allegro 4.2.
C++
5
star
11

besserwisser

Very simple and straightforward neural network implementation in C++, AVX-accelerated. Gets around 98% on MNIST with a 2-layer net (or 92% as a 1-layer linear classifier)
C++
4
star
12

nodeprep

go implementation of the "nodeprep" profile of "stringprep". Not that interesting for most people, heh.
Python
3
star
13

openscad-models

Random stuff I design in OpenSCAD and 3D print. Most of it will probably only be useful for me.
OpenSCAD
3
star
14

ppsspp-redist

Just a place to store redist files which will be included in the PPSSPP installer.
3
star
15

dotfiles

My vimrc and other related files
Vim Script
3
star
16

ppsspp-freetype

Just a prebuilt freetype for building the texture atlas tools for PPSSPP.
C
3
star
17

storeutil

PPSSPP store utility
Go
2
star
18

hrydgard

Config files for my GitHub profile.
1
star
19

ra-vec4-repro

Repro of an issue with rust-analyzer with the vec4 type from glam-rs
Rust
1
star
20

ppsspp-mac-sdl

SDL.framework for MacOS for PPSSPP
C
1
star
21

ppsspp-glslang

This contains the latest glslang compiler from the Vulkan SDK.
C++
1
star
22

martian-dice

Simple command line clone of Martian Dice in Go.
Go
1
star