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
2013-11-14 22:49:26 +08:00
android Remove coreParam.disableG3Dlog and enableDebugging. 2013-11-09 11:02:12 -08:00
assets fix Vietnamese locale 2013-11-03 11:42:51 -05:00
Blackberry Blackberry: Support receiving invocations from system. Set as a default application for ISO, CSO, PBP and PRX. Check in NativeInit if the system has requested for us to start a specific file. 2013-11-02 04:31:16 +10:00
Common Doesn't really 'free', so called 'reset' instead. 2013-11-12 02:13:34 +10:00
Core Add a log and fix typo. 2013-11-14 22:49:26 +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 Blackberry: Use -O2 instead of -O3 to prevent crashes with GCC 4.8.1. Update ffmpeg. 2013-11-01 03:46:46 +10:00
flash0/font
GPU Fix and re-enable @unknownbracket's handcoded NEON tex hash 2013-11-11 17:12:38 +01:00
headless Remove coreParam.disableG3Dlog and enableDebugging. 2013-11-09 11:02:12 -08:00
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@60eb1a1de8 Add a log and fix typo. 2013-11-14 22:49:26 +08:00
pspautotests@eabcffd449 Update pspautotests submodule 2013-11-01 12:35:49 +01:00
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 armjit: Copy over (disabled) immbranch optim. 2013-11-10 21:59:48 -08:00
unittest
Windows Use Ctrl-C/Ctrl-Insert to copy in disasm. 2013-11-09 10:57:43 -08:00
.gitignore
.gitmodules
.travis.yml Add a travis-ci info file. 2013-11-02 14:48:49 -07:00
atlasscript_lowmem.txt
atlasscript.txt
b.sh
build_ppgeatlas.sh
buildatlas.sh
chinese.txt Rebuild UI-atlas using the current chinese lang files as "chinese.txt" so we get all characters we need. 2013-11-01 12:31:06 +01:00
CMakeLists.txt Fix crashes on Symbian and Blackberry (and likely others) when memory to be hashed is unaligned. Thanks @unknownbrackets 2013-11-04 12:14:21 +10:00
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 Allow test.py to run from within a build/ dir. 2013-11-03 01:03:57 -07:00

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.