Go to file
georgemoralis f290e60b1b
Update README.md
2023-06-20 15:45:43 +03:00
.github/workflows Update windows.yml 2023-05-11 16:01:53 +03:00
src more symbols work and refactoring 2023-06-19 07:51:56 +03:00
third-party updated submodules to latest 2023-06-12 12:00:38 +03:00
.gitignore first try with cmake and imgui 2023-05-02 22:10:49 +03:00
.gitmodules added zydis 2023-05-30 12:12:34 +03:00
CMakeLists.txt more symbols work and refactoring 2023-06-19 07:51:56 +03:00
CMakeSettings.json creation of release configuration on cmake 2023-05-02 22:10:49 +03:00
LICENSE Initial commit 2022-10-24 12:48:38 +03:00
README.md Update README.md 2023-06-20 15:45:43 +03:00

README.md

shadPS4

An early PS4 emulator for Windows

Check us on twitter

Status

Currently it can only load PS4 ELF files .

Elf Loader

Logging system

Everything else

Why?

The project started as a fun project. Due to short amount of free time probably it will take a while since it will be able to run something decent but I am trying to do regular small commits.

Build

Project is using cmake files. To build, Visual Studio 2022 is enough

Platform Build status
Windows build Windows

To discuss this emulator please join our Discord server: Discord

Who are you?

Old emulator fans and devs can recongnize me as "shadow" . I was the founder and coder for a lot of emulation projects

  • PCSX
  • PCSX2
  • PCSP
  • JPCSP
  • arcadeflex
  • rpcs3 contributor

Contribution

Currently I accept any kind of contribution some hints for what is might be useful.

  • PKG extractor (there was an initial work on this, just search project history commits)
  • Initial GUI with imgui, SDL3 and Vulkan.
  • Better logging system with spdlog
  • ..to be filled

Documentation

Wiki has some documentation for PS4 PKG format

PKG PS4 File Format