You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Connor McLaughlin a289723f66 Qt: Add update extractor source 1 year ago
.github CI: Update SDL 1 year ago
3rdparty libchdr: Use in-tree lzma instead of bundled 1 year ago
bin GameDB: Add OPHFlagHack to Naruto - Uzumaki Chronicles 2. 1 year ago
cmake libchdr: Use in-tree lzma instead of bundled 1 year ago
common Misc: Remove __fastcall, __fc, __concall and friends 1 year ago
linux_various Linux: Fix executable case in PCSX2-linux.sh 1 year ago
locales CMake: Move translation file processing to main pcsx2 directory 1 year ago
nsis nsis: Update external shader file names. 2 years ago
pcsx2 Misc: Remove __fastcall, __fc, __concall and friends 1 year ago
pcsx2-qt Misc: Remove __fastcall, __fc, __concall and friends 1 year ago
tests Tests: Set PCSX2_CORE macro 1 year ago
tools GS: Add texture dumping and replacement system 1 year ago
updater Qt: Add update extractor source 1 year ago
.clang-format clang-format: change alignment settings 2 years ago
.codacy.yaml CI: Add Codacy config file and README badge 2 years ago
.gitattributes recording: Many adjustments on VirtualPad from review feedback 3 years ago
.gitignore gitignore: ignore bin/textures 1 year ago
.gitmodules 3rdparty: Add zstd 1 year ago
CMakeLists.txt Qt: Add update extractor source 1 year ago
COPYING.GPLv3 copyright again: 11 years ago
COPYING.LGPLv3 copyright again: 11 years ago
PCSX2_qt.sln Qt: Add update extractor source 1 year ago
PCSX2_suite.sln libchdr: Use in-tree lzma instead of bundled 1 year ago
README.md ReadMe.md: Clarify only Windows 8.0 dropped. 1 year ago
build.sh build: Remove i386_flag, as it is no longer used. (#5897) 1 year ago
buildbot.xml buildbot: default to non avx2 release 2 years ago
mscompile.cmd build: Update mscompile.cmd to build with VC2019. (#4084) 2 years ago

README.md

PCSX2

Windows Build Status Linux Build Status Codacy Badge Discord Server

PCSX2 is a free and open-source PlayStation 2 (PS2) emulator. Its purpose is to emulate the PS2's 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. Past versions could only run a few public domain game demos, but newer versions can run most games at full speed, including popular titles such as Final Fantasy X and Devil May Cry 3. Visit the PCSX2 compatibility list to check the latest compatibility status of games (with more than 2500 titles tested), or ask for help in the official forums.

The latest officially released stable version is version 1.6.0.

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

Development builds are also available from Github.

System Requirements

Minimum

Operating System CPU GPU RAM
- Windows 8.1 or newer (64 bit)
- Ubuntu 18.04/Debian or newer, Arch Linux, or other distro (64 bit)
- Supports SSE4.1
- PassMark Single Thread Performance rating near or greater than 1600
- Two physical cores, with hyperthreading
- Direct3D10 support
- OpenGL 3.x support
- PassMark G3D Mark rating around 3000 (GeForce GTX 750)
- 2 GB Video Memory
4 GB

Note: Recommended Single Thread Performance is based on moderately complex games. Games that pushed the PS2 hardware to its limits will struggle on CPUs at this level. Some release titles and 2D games which underutilized the PS2 hardware may run on CPUs rated as low as 1200. A quick reference for CPU intensive games: Wiki, Forum and CPU light games: Forum

Operating System CPU GPU RAM
- Windows 10 (64 bit)
- Ubuntu 19.04/Debian or newer, Arch Linux, or other distro (64 bit)
- Supports AVX2
- PassMark Single Thread Performance rating near or greater than 2100
- Four physical cores, with or without hyperthreading
- Direct3D11 support
- OpenGL 4.6 support
- PassMark G3D Mark rating around 6000 (GeForce GTX 1050 Ti)
- 4 GB Video Memory
8 GB

Note: Recommended GPU is based on 3x Internal, ~1080p resolution requirements. Higher resolutions will require stronger cards; 6x Internal, ~4K resolution will require a PassMark G3D Mark rating around 12000 (GeForce GTX 1070 Ti). Just like CPU requirements, this is also highly game dependent. A quick reference for GPU intensive games: Wiki

Technical Notes

  • You need the Visual C++ 2019 x86 Redistributables to run PCSX2.
  • Windows XP and Direct3D9 support was dropped after stable release 1.4.0.
  • Windows 7 and Windows 8.0 support was dropped after stable release 1.6.0.
  • 32 bit support was dropped after stable release 1.6.0.
  • Make sure to update your operating system and drivers 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 uses two CPU cores for emulation by default. A third core can be used via the MTVU speed hack, which is compatible with most games. This can be a significant speedup on CPUs with 3+ cores, but it may be a slowdown on GS-limited games (or on CPUs with fewer than 2 cores). Software renderers will then additionally use however many rendering threads it is set to and will need higher core counts to run efficiently.
  • Requirements benchmarks are based on a statistic from the Passmark CPU bench marking software. When we say "STR", we are referring to Passmark's "Single Thread Rating" statistic. You can look up your CPU on Passmark's website for CPUs to see how it compares to PCSX2's requirements.
  • Vulkan requires an up-to-date GPU driver; old drivers may cause graphical problems.

Want more? Check out the PCSX2 website.