2014-08-19 13:02:12 +00:00
PPSSPP - a fast and portable PSP emulator
2012-11-01 15:19:01 +00:00
=========================================
2012-11-21 22:04:13 +00:00
2013-12-05 15:31:41 +00:00
Created by Henrik Rydgård
2014-02-04 13:24:12 +00:00
2013-12-05 15:31:41 +00:00
Additional code by many contributors, see the Credits screen
2012-11-01 15:19:01 +00:00
2013-10-13 18:39:11 +00:00
Originally released under the GPL 2.0 (and later) in November 2012
2012-11-01 15:19:01 +00:00
Official website:
http://www.ppsspp.org/
2013-12-09 10:24:37 +00:00
No BIOS file required to play, PPSSPP is in many ways a "HLE" emulator.
2013-10-30 14:24:13 +00:00
To contribute, see [the development page ](http://www.ppsspp.org/development.html ).
2012-11-01 15:19:01 +00:00
2013-10-28 19:50:31 +00:00
For the latest source code, see [our github page ](https://github.com/hrydgard/ppsspp ).
2013-10-28 19:27:03 +00:00
For build instructions and other development tutorials, see the [wiki ](https://github.com/hrydgard/ppsspp/wiki ).
2012-11-02 06:48:45 +00:00
2016-09-10 09:19:27 +00:00
What's new in 1.3.0
-------------------
2016-09-10 10:02:48 +00:00
* Fix JIT problems on Galaxy S7 and iOS 9+ devices. (#8965, #8937 )
* Fix Android TV support and use latest FFmpeg. (#8651, #8870 )
* Texture replacement support - for custom textures and upscaling. (#8715, #8821 )
* Initial game recording / TAS features. (#8939, #8945 )
* Correctly map memory on Raspberry Pi 3, much better performance. (#8801)
* Workaround rendering issues on Tegra K1/X1. (8294a54)
* Disc streaming to play quickly from tablet/phone on wifi. (#8845)
* Initial Vulkan support - not full featured yet. (#8601, etc.)
* Experimental new CPU backend and CPU fixes. (#8725)
* Allow insert/eject of memstick - required by some games. (#8889)
* Better support for ps3 controller mapping. (#8949)
* Better UI handling for settings with long names in some languages. (#8900, #8898 )
* Screenshots in compatibility reporting, better website. (#8812)
* Fix type D cheat codes, allow for homebrew. (#8818)
* Graphic glitch fixes in several games. (#8686, #8757 , #8804 )
* Fix video playback glitches in several games. (#8793, #8803 , #8867 , #8914 )
* Various performance and compatibility improvements. (#8868, #8884 , #8932 , #8934 , #8813 , #8701 , #8960 )
2016-09-10 09:19:27 +00:00
* Various debugger and GE debugger improvements. (#8882, #8762 )
2016-09-11 08:40:20 +00:00
* Fix some problems when switching away from and back to the app (#8968)
2016-09-10 09:19:27 +00:00
2016-03-19 18:14:29 +00:00
What's new in 1.2.2
-------------------
* Went back to the old way of initializing graphics on Android. Should fix many recent issues.
2016-03-19 18:29:12 +00:00
* Some graphical fixes, a vertex cache performance improvement and a screen clear optimization
* Fix for dual source blending on most SHIELD devices, causing graphical issues.
* Fix the homebrew store incorrectly unzipping some games. This will lead to more games being added.
2016-03-19 18:14:29 +00:00
* Slightly faster ISO handling
2016-02-17 17:20:49 +00:00
What's new in 1.2.1
-------------------
* Fixes for some crash-on-shutdown and app switching problems.
2016-01-20 15:48:53 +00:00
What's new in 1.2.0
-------------------
* A major rework of sceAtrac audio decoding, fixing various music hangs and similar issues
* Many fixes and workarounds to depth and stencil buffer usage, and also FBO management
* Audio reverb support
2016-01-20 21:28:23 +00:00
* Combo keys - custom touch buttons that press multiple PSP buttons
* 5xBR upscaling on GPU (postprocessing effect)
2016-01-22 21:06:34 +00:00
* Fix problems with playback of video with mono audio
2016-01-20 21:28:23 +00:00
* Performance improvements like multithreaded audio mixing
2016-01-20 15:48:53 +00:00
* ARM64 JIT crash bug fixes
* GLSL shader cache to reduce stuttering ingame
* Support render-to-CLUT functionality that some games use to change colors of various monsters
* x86-64 support on Android
* Auto-hide on-screen controls after a while of no usage
* Fixes to prescale UV speedhack, now seems reliable
* Faster ISO RAM cache
* New UI for moving around the PSP display on larger screens
2016-01-20 21:28:23 +00:00
* Minor UI fixes like better slider controls
* Assorted stability fixes (ffmpeg crash, etc)
* Volume setting is back
* Preparations for supporting more graphics APIs
2016-02-07 21:25:29 +00:00
* AdHoc port offset
2016-02-07 12:07:56 +00:00
* Support another HD remaster (Sora no Kiseki Kai HD)
2016-01-20 15:48:53 +00:00
2015-10-11 20:36:06 +00:00
What's new in 1.1.1
-------------------
* Fixed new crash in Persona and other games on ARM64, like Galaxy S6
* Fixed crashes when trying to launch web browser when not present on Android, like on Android TV
2015-10-11 21:38:16 +00:00
* Fix crash in games that used "depal" functionality (OpenGL)
2015-10-11 20:36:06 +00:00
* Fixed rounding mode problems in the JITs
2015-10-11 21:38:16 +00:00
* Fix crash when loading savestates many times, and savestate compatibility on Android-x86
2015-10-11 20:36:06 +00:00
* Fix minor glitch in Ridge Racer
2015-09-27 10:21:04 +00:00
What's new in 1.1
-----------------
2015-09-27 17:58:39 +00:00
* Support for ARM64 on Android, for improved performance on new devices. Has some new optimizations.
2015-09-27 10:21:04 +00:00
* Support Android TV, like nVidia Shield TV
2015-09-27 17:58:39 +00:00
* Screen rotation on PC, useful for vertical games like Star Soldier
2015-09-27 10:21:04 +00:00
* Many minor performance improvements and compatibility bug fixes
2015-09-27 17:58:39 +00:00
* GPU emulation fixes like correct depth rounding, fixing text in Phantasy Star
* Other graphical fixes like UV rotation
2015-09-27 10:21:04 +00:00
* Support savestates for homebrew apps
* Simple integrated "Homebrew Store" to download PSP homebrew apps
2015-09-27 11:54:17 +00:00
* Minor AdHoc multiplayer improvements. Still many issues left.
* Disable a dangerous optimization on ARM, causing walk-through-walls in Tenchu
2015-09-27 17:58:39 +00:00
* sceAtrac music compatibility fixes, fixing noise in a few games
* Better texture scaling performance
* Direct3D closer in features to OpenGL
* Works better on BSD operating systems
* Savedata management UI
2015-09-27 10:21:04 +00:00
2015-02-19 10:15:38 +00:00
What's new in 1.0.1
-------------------
* Bugfixes like the save state scroll issue, cosmetic issues like overscroll
* Some cheat code bugfixes
2015-02-23 23:01:33 +00:00
* Adler32 and Mersenne Twister modules added (fixes some obscure games)
2015-02-19 10:15:38 +00:00
* Fix for Jak & Daxter slowdown
2015-02-23 23:01:33 +00:00
* Graphics hack for Phantasy Star Portable 2 for Direct3D9
* Fix compatibility with some PowerVR devices broken since v0.9.5-959-g4998044
2015-01-24 15:02:34 +00:00
What's new in 1.0
-----------------
* Many, many bug fixes in JIT and elsewhere, improving compatibility
2015-01-26 23:12:40 +00:00
* Proper fix for Zenfone and related devices
2015-01-24 15:02:34 +00:00
* Direct3D 9 supported as a rendering backend on Windows, helps on old GPUs and can be faster than OpenGL in many cases
2015-01-26 23:12:40 +00:00
* You can now create specific configs per game
* FPU rounding modes much better supported, fixes the Peace Walker boss that was undefeatable. NOTE: This breaks saves in Gods Eater - you must turn off the better rounding, load your save game, turn it on and save.
2015-01-24 15:02:34 +00:00
* The JIT now uses SSE on x86, improving speed considerably. This does not affect ARM devices, that's for the next version or two.
* Improved audio output code on both Windows and Android, reducing audio latency on Windows and on some Android systems
* FFMPEG upgraded, fixed some music hangs ("GHA phase shifts")
* Some Ad Hoc improvements, coldbird.net is now default adhoc server. Ad Hoc still unfinished and hard to use.
2015-01-26 23:12:40 +00:00
* Graphics fixes: Bezier/spline drawing fixes, vertex position fixes, DanganRonpa on Adreno fixed, flat shading fixed, vertex cache improved, some PowerVR blockiness issues fixed, screen scaling filter added, Google Cardboard support
2015-01-24 15:37:01 +00:00
* Simulate UMD speed better, fixing hangs in several games
* More Atrac3 fixes, fixing hangs
2015-01-26 23:12:40 +00:00
* Somewhat better disk full handling
* Fixes to dynamic unloading of code, fixing problems in GEB and TRM 2/3
* Updated to SDL2 where applicable (Linux, Mac)
* Some new features, like analog/dpad-swap hotkey, graphics hack for Phantasy Star, show last bit of debug log in dev tools, etc
2015-01-24 15:02:34 +00:00
2013-12-03 11:57:05 +00:00
2014-02-14 15:48:54 +00:00
2013-12-05 15:31:41 +00:00
ADHOC SUPPORT (by Igor Calabria)
================================
This is based on coldbird's code: http://code.google.com/p/aemu/
All credit goes to him!
2013-12-03 11:57:05 +00:00
Status
------
2013-12-05 15:31:41 +00:00
Code is a bit of a mess and it's not fully functional yet, I still need to implement
2013-12-03 11:57:05 +00:00
some functions and add a upnp lib(really important for people with routers).
2013-12-05 15:31:41 +00:00
I did test it with some games(emulator < - > real psp with the server running locally)
2013-12-03 11:57:05 +00:00
and it's looking good:
2013-12-05 15:31:41 +00:00
2013-12-03 11:57:05 +00:00
* Worms Open Warfare: Ran just fine, I was able to play a whole match without problems
2013-12-05 15:31:41 +00:00
* Monster Hunter Freedom Unite: Runs fine too. Gathering Hall and embarking on quests works
2013-12-03 11:57:05 +00:00
* Dissidia Duodecim 012: Doesn't work. It requires some functions that I haven't implemented
yet. Also, it uses a port < 1000 and thats reserved for admin apps on linux , running the emu
as sudo "solves" it, but it's far from ideal.
* Pacman World Rally: Works too.
Update (Kyhel) :
---------------
* Now compiles on both Mac OSX and Windows. For more details on how to play and build
go to see there http://forums.ppsspp.org/showthread.php?tid=3595& pid=59241#pid59241
* Got it tested windows < - > mac osx < - > psp, it works
* Monster Hunter 3rd HD works too, as well as God Eater Burst.