PlayStation 4 emulator for Windows, Linux and macOS written in C++
Go to file
2024-11-17 17:03:33 +01:00
.ci Revert "Add UI to configure keyboard-to-controller mapping (#308)" 2024-09-11 12:56:27 +03:00
.github Add FreeDesktop metadata (#1495) 2024-11-14 10:56:14 +02:00
cmake cmake: unbundle half library (#1393) 2024-10-18 07:52:57 +03:00
dist Add FreeDesktop metadata (#1495) 2024-11-14 10:56:14 +02:00
documents improved documentation + better toolbar icons (#1364) 2024-10-13 15:03:19 +03:00
externals AJM: Added some missing features (#1489) 2024-11-06 22:39:43 +02:00
LICENSES Save fixes (#1031) 2024-09-23 14:50:49 +03:00
scripts Rewrite Save Data & Impl Save Data Dialog (#824) 2024-09-20 12:34:19 +03:00
src okay so maybe the gravity rush fix might have slightly broken the joystick halfmode and key toggle 2024-11-17 17:03:33 +01:00
.gitignore core/gnmdriver: Proper interrupt registering (#1218) 2024-10-31 17:53:03 +02:00
.gitmodules Ajm (#1456) 2024-11-05 09:16:57 +02:00
CMakeLists.txt Update cmakelists 2024-11-16 10:24:46 +01:00
CMakeSettings.json fix VS intellisense (#1104) 2024-09-27 09:03:42 +03:00
CONTRIBUTING.md Fix typo in CONTRIBUTING.md comment 2024-08-23 18:29:00 -07:00
LICENSE Initial commit 2022-10-24 12:48:38 +03:00
README.md Updated README with the new keybind info 2024-11-16 19:04:38 +01:00
REUSE.toml Add FreeDesktop metadata (#1495) 2024-11-14 10:56:14 +02:00



shadPS4

General information

shadPS4 is an early PlayStation 4 emulator for Windows, Linux and macOS written in C++.

If you encounter problems or have doubts, do not hesitate to look at the Quickstart.
To verify that a game works, you can look at shadPS4 Game Compatibility.
To discuss shadPS4 development, suggest ideas or to ask for help, join our Discord server.
To get the latest news, go to our X (Twitter) or our website.
For those who'd like to donate to the project, we now have a Kofi page!

Status

Important

shadPS4 is early in development, don't expect a flawless experience.

Currently, the emulator can successfully run games like Bloodborne, Dark Souls Remastered, Red Dead Redemption and many other games.

Why

This project began as a fun project. Given our limited free time, it may take some time before shadPS4 can run more complex games, but we're committed to making small, regular updates.

Building

Windows

Check the build instructions for Windows.

Linux

Check the build instructions for Linux.

macOS

Check the build instructions for macOS.

Important

macOS users need at least macOS 15 on Apple Silicon-based Mac devices and at least macOS 14 on Intel-based Mac devices.

Debugging and reporting issues

For more information on how to test, debug and report issues with the emulator or games, read the Debugging documentation.

Keyboard and Mouse Mappings

Note

Xbox and DualShock controllers work out of the box.

The default controls are inspired by the Elden Ring PC controls. Inputs support up to three keys per binding, mouse buttons, mouse movement mapped to joystick input, and more.

Action Default Key(s)
Triangle F
Circle Space
Cross E
Square R
Pad Up W, LAlt / Mouse Wheel Up
Pad Down S, LAlt / Mouse Wheel Down
Pad Left A, LAlt / Mouse Wheel Left
Pad Right D, LAlt / Mouse Wheel Right
L1 Right Button, LShift
R1 Left Button
L2 Right Button
R2 Left Button, LShift
L3 X
R3 Q / Middle Button
Options Escape
Touchpad G
Joystick Default Input
Left Joystick WASD
Right Joystick Mouse movement

Keyboard and mouse inputs can be customized in the settings menu by clicking the Controller button, and further details and help on controls are also found there. Custom bindings are saved per-game.

Main team

Logo is done by Xphalnos

Contributing

If you want to contribute, please look the CONTRIBUTING.md file.
Open a PR and we'll check it :)

Contributors

Special Thanks

A few noteworthy teams/projects who've helped us along the way are:

  • Panda3DS: A multiplatform 3DS emulator from our co-author wheremyfoodat. They have been incredibly helpful in understanding and solving problems that came up from natively executing the x64 code of PS4 binaries

  • fpPS4: The fpPS4 team has assisted massively with understanding some of the more complex parts of the PS4 operating system and libraries, by helping with reverse engineering work and research.

  • yuzu: Our shader compiler has been designed with yuzu's Hades compiler as a blueprint. This allowed us to focus on the challenges of emulating a modern AMD GPU while having a high-quality optimizing shader compiler implementation as a base.

  • hydra: A multisystem, multiplatform emulator (chip-8, GB, NES, N64) from Paris.

License