KytyPlus est un fork de KytyPS5, lui-même dérivé du projet original Kyty. Il reprend son émulation de la PlayStation 5 tout en ajoutant plusieurs améliorations, notamment le support expérimental des jeux PS4 via shadPS4, le FSR 1.0, un cache Vulkan permettant de conserver les pipelines compilés et différentes optimisations destinées aux GPU intégrés (iGPU). Il permet également l’installation des fichiers PKG depuis son interface et propose une gestion unifiée des jeux PS4 et PS5. Le projet est encore en développement et de nombreux jeux peuvent rencontrer des plantages, des écrans noirs ou des problèmes graphiques.

 


 

 
Les changements:
 
New features:
🌐 Networking
Added: A real HTTP/1.1 client. sceHttpSendRequest now actually connects: DNS resolve, TCP connect, request send, and full status/headers/body response parsing over the existing netstack (16 MiB body safety cap). Games’ network worker threads no longer stall on requests that can never complete.
Added: sceHttpWaitRequest now wakes as soon as the request it watches completes, instead of idle-sleeping to the timeout.
 
📜 Logging
Added: Duplicate-line collapsing. Consecutive identical log lines are written once, followed by [previous message repeated N times] when a different line arrives (or on shutdown). Nothing is lost — but a runaway stub can no longer produce a multi-GB log; the same information fits in kilobytes.
 
Bug fixes:
🗂️ File handling (PKG / PFS)
Fixed: Zero block pointers in PFS inodes are treated as « unused » again — the v3.1 bounds-check change accidentally made them valid, which could read the superblock as file data on images that don’t terminate block lists with -1. Caught by the new parser test suite.
 
🎨 Graphics
Fixed: The Vulkan pipeline cache is no longer discarded after a driver update. The cache header identifies the device (vendor/device ID); the driver UUID only identifies the cache format, so the cache is now validated and reused across driver versions, with the driver validating individual entries. A .uuid sidecar file is written next to the cache for debugging.
 
🔧 Compatibility
Fixed: Oodle core discovery now also searches the emulator’s executable directory on Linux/macOS (dlopen does not search it natively, unlike Windows). KYTY_OODLE_LIB still overrides everything.

 

Télécharger KytyPlus v3.2 (20.3 Mo)

Site Officiel

En savoir plus…