
Kyty PS5 & PS4 emulator for Windows
Description
Kyty is a PS5 and PS4 emulator for PC compatible with Windows OS.
This software, written in C++ is not made for illegal activities, and they have a strict policy about piracy.
All resources are obtained via a reverse engineering of legally owned devices, games, and information present on the internet.
The main objective of Kyty emulator is to enhance the gaming experience, research, and provide education about the core concepts of PC emulation (see also Android, iOS and MacOS version).

Features
Kyty emulator will recompile all the shaders, untiling all the textures and upload all the buffers every frame, making it less efficient.
Besides, there are still some problems in the game pad emulation.
To allow devices to run the application smoothly, games will necessarily run with reduced graphics compared to the original console.
This emulator supports the following 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
System requirements
OS version | Windows 10 (or higher) |
CPU | Octa core 2.5+ Ghz (x64) |
RAM | 8 GB (12 GB recommended) |
Disk space | 256 MB |
Update
- Graphics
- Hardware
- AudioBasic implementation.
- GamepadBasic implementation.
- System
- Dynamic linkerTLS support is not complete yet, and possibly neither are some other initialization functions.
- System resource management, ie. Thread, virtual memory, synchronize object, file, clock.For functions which do not require system resource (e.g: math functions),
they’ll use the system libraries directly.
For others, they will try to implement them, one by one.