2022-10-24 12:48:38 +03:00
# shadPS4
2023-06-12 11:00:30 +03:00
2023-06-12 08:55:21 -07:00
An early PS4 emulator for Windows
2023-06-12 11:00:30 +03:00
# Status
2023-06-12 08:55:21 -07:00
Currently it can only load PS4 ELF files .
2023-06-12 11:00:30 +03:00
2023-06-12 16:28:20 +03:00
 Elf Loader
 Logging system
 Everything else
2023-06-12 11:00:30 +03:00
# Why?
2023-06-12 08:55:21 -07:00
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.
2023-06-12 11:00:30 +03:00
# Build
2023-06-12 08:55:21 -07:00
Project is using cmake files. To build, Visual Studio 2022 is enough
2022-10-28 09:54:36 +03:00
2023-04-11 10:42:49 +03:00
|Platform|Build status|
|--------|------------|
2023-04-11 13:58:02 +03:00
|Windows build|[](https://github.com/georgemoralis/shadPS4/actions/workflows/windows.yml)
2023-04-11 10:42:49 +03:00
To discuss this emulator please join our Discord server: [](https://discord.gg/MyZRaBngxA)
2023-04-09 22:21:26 +03:00
2023-06-12 11:00:30 +03:00
# Who are you?
2023-06-12 08:55:21 -07:00
Old emulator fans and devs can recongnize me as "shadow" . I was the founder and coder for a lot of emulation projects
2023-06-12 11:00:30 +03:00
* PCSX
* PCSX2
* PCSP
* JPCSP
* arcadeflex
# Contribution
2023-06-12 08:55:21 -07:00
Currently I accept any kind of contribution some hints for what is might be useful.
2023-06-12 11:00:30 +03:00
2023-06-12 08:55:21 -07:00
* PKG extractor (there was an initial work on this, just search project history commits)
* Initial GUI with imgui, SDL3 and Vulkan.
2023-06-12 11:00:30 +03:00
* Better logging system with spdlog
* ..to be filled
2023-02-24 11:10:30 +02:00
2023-06-12 11:00:30 +03:00
# Documentation
2023-02-24 11:10:30 +02:00
Wiki has some documentation for PS4 PKG format
2023-03-18 10:53:47 +01:00
[PKG PS4 File Format ](https://github.com/georgemoralis/shadPS4/wiki/PKG-Information "PKG PS4 File Format" )
2023-02-24 11:10:30 +02:00