PS4 & PS5 emulator
Go to file
2022-06-07 18:21:26 +10:00
.github/workflows Add GitHub Actions (#29) 2022-06-07 18:17:55 +10:00
__bin add launcher 2022-01-17 15:21:08 +10:00
_Build update build scripts 2022-01-20 18:32:58 +10:00
source more APIs 2022-06-07 16:19:01 +10:00
.gitignore Initial commit 2021-12-01 19:29:27 +10:00
appveyor.yml more APIs 2022-06-07 16:19:01 +10:00
LICENSE Initial commit 2021-11-12 19:44:50 +10:00
README.md add CI badge 2022-06-07 18:21:26 +10:00

Build status CI

Kyty

PS4 & PS5 emulator


The project is in its early stage.

Vladimir M

Licensed under the MIT license.


Graphics for PS5 is not yet implemented

It is possible to run some simple games for PS4

There maybe graphics glitches, crashes, freezes and low FPS. It's OK for now.

Features that are not implemented:

  • Audio input/output
  • MP4 video
  • Network
  • Multi-user

Path to Savedata folder is hardcoded and can't be configured. System parameters (language, date format, etc.) are also hardcoded.


Screenshots


Building

Supported platforms:

  • Windows 10 x64

Toolchains:

  • Visual Studio + clang-cl + ninja
  • Eclipse CDT + mingw-w64 + gcc/clang + ninja/mingw32-make

Supported versions:

Tool Version
cmake 3.12
Visual Studio 2019 16.10.3
clang 12.0.1
clang-cl 11.0.0
gcc (MinGW-W64 x86_64-posix-seh) 10.2.0
ninja 1.10.1
MinGW-w64 8.0.0
Eclipse CDT 10.3.0
Qt 5.15.0

Define environment variable named Qt5_DIR pointing to the proper version of Qt

MSVC compiler (cl.exe) is not supported!

External dependencies:

  • Vulkan SDK 1.2.198.1
  • Qt 5.15.0