diff --git a/README.md b/README.md index e209930..1c521e7 100644 --- a/README.md +++ b/README.md @@ -1,33 +1,40 @@ # KytyPS5 -KytyPS5 is a PlayStation 5 emulator for Windows. The project is still in an early stage of development, so compatibility is limited and behavior can change quickly between builds. +KytyPS5 is a PlayStation 5 emulator. The project is still in an early stage of development, so compatibility is limited and behavior can change quickly between builds. -**Linux support is coming soon.** +**Current builds are for Windows only. Linux support is coming soon.** + +The emulator has mainly been tested on NVIDIA GPUs. Support for other GPU vendors may be incomplete or unstable. ## Current Status -KytyPS5 can boot 2D games and some 3D games, including titles built with **Unreal Engine 4/5**, **Unity**, and custom game engines. +KytyPS5 can boot and go in-game with 2D games and some 3D commercial games, including titles built with **Unreal Engine 4/5**, **Unity**, and custom game engines.
No LLE modules are currently required.
-The main priority is improving compatibility and fixing boot issues. 100% visual accuracy, completely artifact-free graphics, and "high-FPS performance" are secondary goals at this stage. +The main priority is improving compatibility and fixing boot issues. Perfect visual accuracy and high FPS are not the main focus yet. -Expected issues right now include: +## Bugs and Issues -- Graphics glitches or missing effects -- Crashes, freezes, or hangs -- Low FPS -- Incomplete PS5 behavior +KytyPS5 is still early in development, so please keep that in mind when opening issues. Crashes, graphics glitches, low compatibility, and poor performance are expected at this stage. + +## Running + +The GUI is the preferred way to run games, but you can also launch them directly by passing the game folder to `kyty_emulator.exe` with `--game`: + +```powershell +kyty_emulator.exe --game "C:\path\to\game" +``` ## Screenshots -| Disgaea 6 | Asterix & Obelix XXXL | +| Disgaea 6 | Cult of the Lamb | | --- | --- | | PS5 emulator screenshot 1 | PS5 emulator screenshot 2 | -| Dreaming Sarah | Minecraft Legends | +| Dreaming Sarah | Dead Cells | | --- | --- | | PS5 emulator screenshot 3 | PS5 emulator screenshot 4 | diff --git a/docs/screenshots/ps5-02.png b/docs/screenshots/ps5-02.png index 6ba2202..478b764 100644 Binary files a/docs/screenshots/ps5-02.png and b/docs/screenshots/ps5-02.png differ diff --git a/docs/screenshots/ps5-04.png b/docs/screenshots/ps5-04.png index 4032efc..87ca779 100644 Binary files a/docs/screenshots/ps5-04.png and b/docs/screenshots/ps5-04.png differ