Experimental PlayStation 4 Emulator
Find a file
2020-04-05 19:42:01 +02:00
.github/workflows Fix github actions by initializing submodules 2019-12-16 02:39:59 +01:00
code additional GLFW frontend, patch engine 2020-04-05 19:42:01 +02:00
docs Merge pull request #4 from dtabacaru/master 2019-12-30 01:01:06 +01:00
tools reorganize project structure 2020-01-21 22:56:49 +01:00
.gitignore hack together support for thread redzone 2019-12-21 23:27:50 +01:00
.gitmodules Friendship ended with TOML, now YAML is my best friend 2020-02-17 18:19:35 +01:00
appveyor.yml add appveyor ci (#7) 2020-02-01 21:37:23 +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 Merge branch 'deltadev' 2020-01-19 00:01:14 +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 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+.