Experimental PlayStation 4 Emulator
Go to file
2020-10-28 21:07:47 +01:00
.github/workflows Fix github actions by initializing submodules 2019-12-16 02:39:59 +01:00
code For portability 2020-01-29 21:05:39 +01:00
docs Merge pull request #4 from dtabacaru/master 2019-12-30 01:01:06 +01:00
tools attempt at fixing CI 2019-12-14 23:09:09 +01:00
.clang-format apply clang format all of the source code, update UTL, minor changes 2020-01-12 23:06:19 +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
LICENSE Create LICENSE 2019-12-29 22:36:20 +01:00
pmake.bat getting it right? 2019-09-01 12:28:18 +02:00
README.md Update README.md 2020-10-28 21:07:47 +01:00

PS4Delta

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

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 here

Installation

Some guidelines can be found here to go through the PS4Delta setup process.

Requirements

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