shadPS4/README.md

54 lines
1.5 KiB
Markdown
Raw Normal View History

2022-10-24 11:48:38 +02:00
# shadPS4
2023-06-12 10:00:30 +02:00
2023-06-12 17:55:21 +02:00
An early PS4 emulator for Windows
2023-06-12 10:00:30 +02:00
# Status
2023-06-12 17:55:21 +02:00
Currently it can only load PS4 ELF files .
2023-06-12 10:00:30 +02:00
2023-06-12 15:28:20 +02:00
![](https://geps.dev/progress/60) Elf Loader
![](https://geps.dev/progress/20) Logging system
![](https://geps.dev/progress/5) Everything else
2023-06-12 10:00:30 +02:00
# Why?
2023-06-12 17:55:21 +02: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 10:00:30 +02:00
# Build
2023-06-12 17:55:21 +02:00
Project is using cmake files. To build, Visual Studio 2022 is enough
2022-10-28 08:54:36 +02:00
2023-04-11 09:42:49 +02:00
|Platform|Build status|
|--------|------------|
2023-04-11 12:58:02 +02:00
|Windows build|[![Windows](https://github.com/georgemoralis/shadPS4/actions/workflows/windows.yml/badge.svg)](https://github.com/georgemoralis/shadPS4/actions/workflows/windows.yml)
2023-04-11 09:42:49 +02:00
To discuss this emulator please join our Discord server: [![Discord](https://img.shields.io/discord/1080089157554155590)](https://discord.gg/MyZRaBngxA)
2023-04-09 21:21:26 +02:00
2023-06-12 10:00:30 +02:00
# Who are you?
2023-06-12 17:55:21 +02: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 10:00:30 +02:00
* PCSX
* PCSX2
* PCSP
* JPCSP
* arcadeflex
# Contribution
2023-06-12 17:55:21 +02:00
Currently I accept any kind of contribution some hints for what is might be useful.
2023-06-12 10:00:30 +02:00
2023-06-12 17:55:21 +02: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 10:00:30 +02:00
* Better logging system with spdlog
* ..to be filled
2023-02-24 10:10:30 +01:00
2023-06-12 10:00:30 +02:00
# Documentation
2023-02-24 10:10:30 +01:00
Wiki has some documentation for PS4 PKG format
[PKG PS4 File Format](https://github.com/georgemoralis/shadPS4/wiki/PKG-Information "PKG PS4 File Format")
2023-02-24 10:10:30 +01:00