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.
Go to file
2023-04-11 23:07:50 +02:00
.github Don't remove code sign identity by default for ios.cmake and remove branch from build.yml 2023-01-22 22:42:56 +03:00
android Add ConfigSettings.cpp/h 2023-04-08 09:22:02 +02:00
assets Fix translatability of seconds unit formatting for sliders 2023-04-11 23:07:50 +02:00
cmake Build for tvOS as a libretro core 2023-02-07 12:11:35 -05:00
Common UI: Minor cleanup. 2023-04-09 22:39:29 -07:00
Core sceKernelPrintf improvement, QOL adjustments 2023-04-11 15:47:50 +03:00
dx9sdk@7751cf73f5
ext Update zstd to 1.5.5 2023-04-05 22:20:51 +02:00
ffmpeg@98973e62e0 Build: Update ffmpeg submodule for Android. 2023-01-02 11:11:57 -08:00
GPU PresentationCommon: Simplify Y flip handling. 2023-04-10 21:58:34 +02:00
gradle/wrapper Gradle updates 2023-03-02 13:14:24 +01:00
headless MSVC: Set language standard to c++17. 2023-04-02 17:55:15 +02:00
icons
ios Make reverse mapping lookup work for the simple PSP buttons. 2023-03-31 11:05:29 +02:00
libretro Add ConfigSettings.cpp/h 2023-04-08 09:22:02 +02:00
pspautotests@2e02c4a7c0 Clean up __Ctrl button functions. 2023-04-01 08:55:45 +02:00
Qt Couple buildfixes after the g_display refactoring 2023-04-08 09:25:16 +02:00
SDL fix build error: duplicate case value: 'SDL_SYSWM_X11' and 'WINDOWSYSTEM_DISPLAY' both equal '2' 2023-04-11 16:17:12 +02:00
source_assets/image Few more icons 2022-12-07 10:27:01 +01:00
Tools Add support for integer scale factor for display 2023-04-02 22:29:08 +02:00
UI Fix translatability of seconds unit formatting for sliders 2023-04-11 23:07:50 +02:00
unittest MSVC: Set language standard to c++17. 2023-04-02 17:55:15 +02:00
UWP Add ConfigSettings.cpp/h 2023-04-08 09:22:02 +02:00
Windows sceKernelPrintf improvement, QOL adjustments 2023-04-11 15:47:50 +03:00
.editorconfig Net: Ignore SIGPIPE errors on POSIX systems. 2022-04-03 06:57:45 -07:00
.gitattributes
.gitignore aioemu 2023-02-15 17:21:45 +08:00
.gitlab-ci.yml Build for tvOS as a libretro core 2023-02-07 12:11:35 -05:00
.gitmodules aioemu 2023-02-15 17:21:45 +08:00
.ycm_extra_conf.py
appveyor.yml
asciifont_atlasscript.txt
b.sh
build_ppgeatlas.sh
build.gradle Gradle updates 2023-03-02 13:14:24 +01:00
buildatlas.sh
CMakeLists.txt Merge pull request #17256 from unknownbrackets/debugger-watch 2023-04-09 10:23:25 +02:00
copyrelease.sh
Dockerfile
font_atlasscript.txt
git-version.cmake Build: Avoid git-version regen if matching. 2022-12-24 17:42:09 +00:00
gradle.properties
gradlew
gradlew.bat
history.md add links 2022-12-13 09:58:47 +01:00
LICENSE.TXT
link_readme.py Re-link the readme 2022-12-13 10:11:17 +01:00
notinstalled.txt
ppge_atlasscript.txt
ppsspp_config.h Add ARM64_NEON compile arch flag 2022-06-25 07:29:20 +02:00
ppsspp.desktop.in Improve Freedesktop integration 2022-10-05 01:21:52 +02:00
ppsspp.iss
README.md Rename screenManager to g_screenManager, readme update 2023-03-22 09:44:44 +01:00
settings.gradle
tesselationhwON-mesa3drun.sh
test.py headless: Update tests. 2022-12-01 01:36:30 -08:00
ui_atlasscript.txt Few more icons 2022-12-07 10:27:01 +01:00

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.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: