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.
Find a file
Henrik Rydgård 249baf2408 Merge pull request #3 from mrordinaire/master
fix missing #include's and missing CMake linking directives
2012-11-03 14:29:56 -07:00
android Merge Ryan's latest ARM emitter work from Dolphin 2012-11-02 11:58:56 +01:00
Common Merge pull request #3 from mrordinaire/master 2012-11-03 14:29:56 -07:00
Core Merge pull request #3 from mrordinaire/master 2012-11-03 14:29:56 -07:00
GPU fix missing #include's and missing CMake linking directives 2012-11-03 10:33:24 +08:00
headless Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
native@d533766061 Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
SDL fix missing #include's and missing CMake linking directives 2012-11-03 10:33:24 +08:00
Windows Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
zlib Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
.gitignore Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
.gitmodules Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
Globals.cpp Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
Globals.h Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
LICENSE.TXT Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
main.cpp Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
README.md Readme fixing. 2012-11-02 07:48:45 +01:00
stdafx.cpp Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
stdafx.h Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00

PPSSPP - a fast and portable PSP emulator

Written by Henrik Rydgård

Released under the GPL 2.0 in November 2012

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

To contribute, see http://www.ppsspp.org/development.html .

For the latest source code and build instructions, see http://github.com/hrydgard/ppsspp

BASIC BUILD INSTRUCTIONS

(for more detailed instructions, see http://www.ppsspp.org/development.html )

PPSSPP currently has three build systems, for building for the following platforms:

  • Win32: MSVC
  • Android: Android.mk + Eclipse project
  • SDL (all other platforms): CMake

The ports and build files are located in the following three subdirectories:

  • android/
  • SDL/
  • Windows/

Please see the README in the directory corresponding to the platform that you want to build for above.

Windows is separate from SDL because it has some graphical Win-only features.

Long term, the Windows port should be changed to use WX, like Dolphin. At that point, the SDL port can probably go away as WX works for all Wintel-like platforms such as MacOSX and Linux.