Go to file
ArbestRiAgain 8d598b4f5e
Update README.md
2023-06-12 08:55:21 -07:00
.github/workflows Update windows.yml 2023-05-11 16:01:53 +03:00
src DT_SCE_IMPORT_LIB,DT_SCE_ORIGINAL_FILENAME,DT_SCE_MODULE_INFO added. Dynamic loader should be ok for now 2023-06-12 08:16:20 +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 initial disasm class using zydis 2023-05-30 13:33:52 +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-12 08:55:21 -07:00

README.md

shadPS4

An early PS4 emulator for Windows

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

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