Experimental PlayStation 4 Emulator
Find a file
2019-12-29 17:03:25 +01:00
.github/workflows Fix github actions by initializing submodules 2019-12-16 02:39:59 +01:00
code resolve symbols the way sony does it 2019-12-29 17:03:25 +01:00
docs slightly improve documentation 2019-12-28 22:30:23 +01:00
tools attempt at fixing CI 2019-12-14 23:09:09 +01:00
.gitignore hack together support for thread redzone 2019-12-21 23:27:50 +01:00
.gitmodules make the emu buildable again for strangers 👀 2019-12-14 22:33:20 +01:00
cibuild.bat 😞 2019-12-14 23:44:34 +01:00
pmake.bat getting it right? 2019-09-01 12:28:18 +02:00
README.md slightly improve documentation 2019-12-28 22:30:23 +01:00

PS4Delta

PS4Delta is a very early high level PlayStation 4 emulator, written in c++

For more technical discussion or chatting about PS4Delta visit my Discord server.

Status

Currently the emulator is in a very early stage and barely manages to initialize all firmware modules. I am always working on improving it though. Feel free to contribute <3

Documentation

Instructions for building PS4Delta can be found in the "docs" directory

Requirements

  • System: Windows (7+)
  • Processor: a x86-64 CPU with sse4.2 and bm1 instruction support.
  • Memory: more than 8 GB of RAM.
  • Graphics: a GPU with support for Vulkan 1.0+.