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 in #ppsspp on freenode (IRC) or just send pull requests / issues. For discussion use the forums on ppsspp.org.
Go to file
2013-11-06 07:50:16 -08:00
android Android: Switch GCC toolchain to 4.8 again. This time we'll work out any issues 2013-11-06 13:07:00 +01:00
assets
Blackberry
Common Merge pull request #4460 from hrydgard/vertex-decoder-jit 2013-11-05 07:30:58 -08:00
Core Fix a crash if the gpu doesn't load. 2013-11-06 07:49:32 -08:00
dx9sdk@da9d3d62e7
ext Define unaligned access for all ARM. We don't support any that don't. The define didn't exist yet in GCC 4.6 (used by Symbian and Android). 2013-11-04 12:45:13 +10:00
ffmpeg@53b1ac97da
flash0/font
GPU Avoid some dereferencing in gpu FastRunLoop. 2013-11-06 07:50:16 -08:00
headless
ios
lang@0031540033 Define unaligned access for all ARM. We don't support any that don't. The define didn't exist yet in GCC 4.6 (used by Symbian and Android). 2013-11-04 12:45:13 +10:00
native@8572251198 x86 VertexDecoder jit: Fix typo in 16-bit weight decoder. May fix crashes. 2013-11-05 21:06:43 +01:00
pspautotests@eabcffd449
Qt Set Qt to build debug menus on non Linux platforms and fix some debugger crashes 2013-11-05 13:17:27 +01:00
redist@9d7d3ec5a0
SDL
source_assets
Tools/SaveTool
UI Merge branch 'autoLoadSave' of https://github.com/bollu/ppsspp into bollu-autoLoadSave 2013-11-06 15:40:36 +01:00
unittest
Windows Convert backslashes when opening directory 2013-11-06 09:41:56 +01:00
.gitignore
.gitmodules
.travis.yml
atlasscript_lowmem.txt
atlasscript.txt
b.sh
build_ppgeatlas.sh
buildatlas.sh
chinese.txt
CMakeLists.txt
git-version.cmake
Globals.h Improve swap usage in MIPS. ARMv6 can use REV/REV16. Intepreter can use existing swap functions. 2013-11-06 01:20:35 +10:00
korean.txt
LICENSE.TXT
notinstalled.txt
ppge_atlasscript.txt
ppsspp.iss
README.md
test.py

PPSSPP - a fast and portable PSP emulator

Written by Henrik Rydgård

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

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

To contribute, see the development page.

For the latest source code, see our github page.

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

What's new in 0.9.5

  • Many, many emulation fixes:
    • bezier/spline curve support, fixing LocoRoco and others
    • stencil clear emulation, fixing Final Fantasy IV text
  • Performance improvements in some games
  • Post-processing shaders like FXAA, scanlines, vignette
  • More solid save states (we will try to keep them working from now on. Save states only upgrade forward, not backward to older versions though).
  • Change render resolution independently of window size
  • Massive debugger improvements
  • Win32 menu bar is now translatable
  • Multiple UI bugs were fixed, and the UI instantly changes when a new language is selected
  • Win32: Ability to store PPSSPP's config files and memory stick files in places other than the same directory
  • Android-x86 support
  • Unofficial port for modified Xbox 360 consoles
  • Atrac3+ plugin no longer required. Symbian now supports Atrac3+ audio.
  • Symbian audio and ffmpeg is now threaded for more consistent media processing.
  • Haptic feedback support for mobile devices.
  • Accurate system information for mobile devices.
  • Qt audio has been fixed.
  • Analog controller support for Blackberry.