PCSX2 - The Playstation 2 Emulator
Go to file
Gregory Hainaut 8b94320524 gsdx ogl: implement another algo to handle alpha test
Fix rendering issue on letters on Kengo/burnout 3/...

Default algo will execute the alpha test in 2 passes. However due to blending
you can't handle accurately the color.

Fortunately for us, the rendering uses an always pass depth test so you
can execute first all the color rendering (which doesn't depends on the alpha test)
And then the depth part which depends on the alpha test.
2016-08-11 21:15:17 +02:00
3rdparty 3rdparty:portaudio: Fix module omission in Devel builds 2016-08-08 23:01:28 +01:00
bin widescreen cheats_ws.zip: 6 removed, 49 changed, 452 new, 2440 total 2016-08-08 08:49:51 +03:00
cmake cmake: use only sse2 flag for ICC 2016-07-29 15:00:52 +02:00
common windows: Remove unused solution files and property sheets 2016-08-04 23:09:08 +01:00
debian-packager common: remove useless x86_intrin.h 2016-07-22 18:47:51 +02:00
linux_various gsdx glsl: create a common header definition 2016-04-24 10:54:39 +02:00
locales PCSX2-WX: MainFrame keyboard navigation improvement (#1388) 2016-06-08 21:48:16 +01:00
nsis small pdfs update and an nsis fix 2015-12-28 17:44:15 +01:00
pcsx2 Merge pull request #1492 from ssakash/EE_Cyclerate 2016-08-08 19:27:33 +03:00
plugins gsdx ogl: implement another algo to handle alpha test 2016-08-11 21:15:17 +02:00
tests tests: be more user friendly 2016-02-12 19:10:36 +01:00
tools windows: Remove unused solution files and property sheets 2016-08-04 23:09:08 +01:00
unfree 3rdparty: Tidy/standardise VS projects 2016-07-19 23:25:12 +01:00
.editorconfig EditorConfig: Enforce Indent size for specific files 2016-02-12 21:16:09 +05:30
.gitattributes Introduce end-of-line normalization 2015-08-04 23:52:48 +02:00
.gitignore gitignore: Add Visual Studio 2015 databases (#1380) 2016-05-31 19:14:42 +01:00
.travis.yml ci: Remove clang from Travis CI builds 2016-06-01 18:05:00 +01:00
CMakeLists.txt MAN_DIR added 2016-03-20 23:02:59 -07:00
CONTRIBUTING.md Added github issues to the tasks 2016-01-06 01:15:36 -06:00
COPYING.GPLv2 copyright again: 2012-04-18 14:09:18 +00:00
COPYING.GPLv3 copyright again: 2012-04-18 14:09:18 +00:00
COPYING.LGPLv2.1 copyright again: 2012-04-18 14:09:18 +00:00
COPYING.LGPLv3 copyright again: 2012-04-18 14:09:18 +00:00
PCSX2_suite.sln windows: Remove intrin_x86.h from solution 2016-07-24 22:25:08 +01:00
README.md See description 2016-01-20 18:14:53 -06:00
appveyor.yml ci: reduce AppVeyor workload 2016-01-10 12:11:49 +00:00
build.sh cmake: add Intel's ICC compiler support 2016-07-28 10:36:40 +02:00
buildbot.xml ci: reduce AppVeyor workload 2016-01-10 12:11:49 +00:00
mscompile.cmd Simplify BuildBot and add a helper script for compilation. 2015-09-26 06:27:34 -04:00
old_plugins.sln windows: Remove USBqemu from old_plugins solution 2016-04-27 20:38:37 +01:00
travis.sh ci:travis ci: Use ccache and add gcc 6 build config 2016-05-16 23:48:13 +01:00

README.md

PCSX2

PCSX2 is an open-source PlayStation 2 (AKA PS2) emulator. Its purpose is to emulate the PS2 hardware, using a combination of MIPS CPU Interpreters, Recompilers and a Virtual Machine which manages hardware states and PS2 system memory. This allows you to play PS2 games on your PC, with many additional features and benefits.

Project Details

The PCSX2 project has been running for more than ten years. Once only able to run a few public domain demos, newer versions enable many games to work at full speed, including popular titles such as Final Fantasy X or Devil May Cry 3. Visit the PCSX2 homepage to check the latest compatibility status of games (with more than 2000 titles tested), or ask for help in the official forums.

The latest officially released stable version is version 1.4.0.

Installers and binaries for both Windows and Linux are available from our website.

Development builds are also available from our website.

KOF 2002 Final Fantasy XII Odin Sphere

System Requirements

Minimum

  • OS: Windows Vista SP2 or newer or GNU/Linux (32-bit or 64-bit)
  • CPU: Any that supports SSE2 (Pentium 4 and up, Athlon64 and up)
  • GPU: DirectX 10 GPU or better
  • RAM: 2GB or more
  • OS: Windows 7/8/8.1/10 (64-bit) or GNU/Linux (64-bit)
  • CPU: Intel Haswell (or AMD equivalent) @ 3.2GHz or better
  • GPU: DirectX 11 GPU or greater
  • RAM: 4GB or more

Notes

  • You need the Visual C++ 2015 x86 Redistributables for this version to work.

  • PCSX2 1.4.0 is the last version to support Windows XP. Windows XP is no longer getting updates (including security-related updates), and graphics drivers for Windows XP are older and no longer maintained.

  • Make sure to update your operating system, drivers, and DirectX (if applicable) to ensure you have the best experience possible. Having a newer GPU is also recommended so you have the latest supported drivers.

  • Because of copyright issues, and the complexity of trying to work around it, you need a BIOS dump extracted from a legitimately-owned PS2 console to use the emulator. For more information about the BIOS and how to get it from your console, visit this page.

  • PCSX2 mainly takes advantage of 2 CPU cores. As of this commit PCSX2 can now take advantage of more than 2 cores using the MTVU speedhack. This can be a significant speedup on CPUs with 3+ cores, however on GS-limited games (or on CPUs with less than 2 cores) it may be a slowdown.

Pro Evo 2009 Megaman X8 TOTA

Quality Assurance

Build Status
Linux Travis Build Status
Windows AppVeyor Build Status
Coverity Coverity Scan Build Status