Go to file
987123879113 b6fb42b28a
Merge pull request #12 from AKuHAK/patch-1
Fixed FMCB 1.9 installation
2023-02-01 10:44:08 +09:00
.github Merge branch 'PCSX2:master' into master 2022-12-05 11:54:17 +09:00
3rdparty Merge remote-tracking branch 'upstream/master' 2022-11-30 03:11:41 +09:00
bin Merge remote-tracking branch 'upstream/master' 2022-12-16 21:53:24 +09:00
cmake Merge branch 'PCSX2:master' into master 2022-11-24 18:29:13 +09:00
common Merge remote-tracking branch 'upstream/master' 2022-12-16 21:53:24 +09:00
linux_various formatter: apply editorconig into various files 2022-11-25 22:41:00 +00:00
locales CMake: Move translation file processing to main pcsx2 directory 2022-02-02 17:09:48 -06:00
pcsx2 Fixed FMCB 1.9 installation 2023-01-31 16:36:56 +02:00
pcsx2-gsrunner GSRunner: Fix compilation 2022-12-13 20:57:55 +00:00
pcsx2-qt Merge remote-tracking branch 'upstream/master' 2022-12-16 21:53:24 +09:00
tests GS: Prepare for separation of multi-isa code 2022-12-03 00:52:10 -06:00
tools tools: Cleanup trailing whitespace. 2022-09-13 20:19:53 +02:00
updater Updater: Preserve non-standard exe names on update 2022-12-10 20:06:05 +00:00
.clang-format clang-format: change alignment settings 2021-04-18 17:39:09 -05:00
.codacy.yaml codacy: Exclude md files. 2022-11-29 09:46:18 +00:00
.gitattributes recording: Many adjustments on VirtualPad from review feedback 2020-10-01 17:52:59 +01:00
.gitignore gitignore: Don't track bad_shader logs 2022-09-26 00:09:03 +01:00
.gitmodules Merge branch 'PCSX2:master' into master 2022-10-01 17:49:55 +09:00
.prettierrc.yaml ci: format the GameDB and make sure it stays that way 2022-05-23 13:08:48 +01:00
CMakeLists.txt CMake: Fix issues with linkers failing on Linux 2022-12-07 22:31:33 -06:00
COPYING.GPLv3 copyright again: 2012-04-18 14:09:18 +00:00
COPYING.LGPLv3 copyright again: 2012-04-18 14:09:18 +00:00
PCSX2_qt.sln Merge remote-tracking branch 'upstream/master' 2022-11-19 14:12:10 +09:00
PCSX2_suite.sln Fix building on wxWidgets sln again 2022-08-07 08:00:21 +09:00
README.md Readme: Mention that win 8.1 was dropped after 1.6 stable. 2022-11-20 22:28:43 +01:00
build.sh Build.sh : remove refernces to coverity 2022-11-19 16:55:34 +00:00

README.md

PCSX2

Windows Build Status Linux Build Status MacOS 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 twenty 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 stable and development builds are available from our website.

System Requirements

Minimum

Operating System CPU GPU RAM
- Windows 10 21H2 (1809 or later) (64-bit)
- Ubuntu 20.04/Debian or newer, Arch Linux, or other distro (64-bit)
- macOS 10.13
- Supports SSE4.1
- PassMark Single Thread Performance rating near or greater than 1600
- Two physical cores, with hyperthreading
- Direct3D10 support
- OpenGL 3.x support
- Vulkan 1.1 support
- Metal 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 21H2 (1809 or later) (64-bit)
- Ubuntu 22.04/Debian or newer, Arch Linux, or other distro (64-bit)
- macOS 10.13
- Supports AVX2
- PassMark Single Thread Performance rating near or greater than 2100
- Four physical cores, with or without hyperthreading
- Direct3D12 support
- OpenGL 4.6 support
- Vulkan 1.3 support
- Metal 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 x64 Redistributables to run PCSX2.
  • Windows XP and Direct3D9 support was dropped after stable release 1.4.0.
  • Windows 7, Windows 8.0, and Windows 8.1 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.