Skip to content

pcnimdock/pcsx2

 
 

Repository files navigation

PCSX2

Modified fork for add support to lightgun in joystick mode screen1image screen2image

You can force the controller mapping in linux in ~/.config/PCSX2/inis/PCSX2.ini in USB1 and USB2 section

Example: [USB1] Type = guncon2 guncon2_use_gamepad = true guncon2_AimX_L = SDL-0/-LeftX guncon2_AimX_R = SDL-0/+LeftX guncon2_AimY_U = SDL-0/+LeftY guncon2_AimY_D = SDL-0/-LeftY guncon2_Up = SDL-0/-RightY guncon2_Down = SDL-0/+RightY guncon2_Left = SDL-0/-RightX guncon2_Right = SDL-0/+RightX guncon2_Trigger = SDL-0/Button21 guncon2_ShootOffscreen = SDL-0/Button28 guncon2_Recalibrate = SDL-0/RightShoulder guncon2_A = SDL-0/A guncon2_C = SDL-0/B guncon2_B = SDL-0/Y guncon2_Select = SDL-0/Back guncon2_Start = SDL-0/Start

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.14
- Supports SSE4.1
- PassMark Thread Performance rating near or greater than 1800
- 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, Radeon RX 560, Intel Arc A380)
- 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

Recommended

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.14
- Supports AVX2
- PassMark Single Thread Performance rating near or greater than 2600
- 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 1650, Radeon RX 570)
- 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 RTX 2060 Radeon RX 6600 Intel Arc A750). 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 on Windows.
  • 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 and wxWidgets support was dropped after stable release 1.6.0, with the wxWidgets code being removed completely on 25th December 2022.
  • 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.

About

PCSX2 - The Playstation 2 Emulator

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 90.2%
  • C 4.2%
  • Objective-C++ 1.1%
  • GLSL 1.1%
  • CMake 0.9%
  • HTML 0.8%
  • Other 1.7%