v2.2
KytyPlus v2.2 – PS4 Delegation Patch
Tag: v2.2 · License: GPL-2.0
Downloads
- Windows: KytyPlus-Windows-x64.zip
- macOS: KytyPlus-macOS-x86_64.zip
- Linux: KytyPlus-Linux-x86_64.zip
Key Changes
PS4 Delegation via shadPS4 GCN Recompiler
- Integrated shadPS4’s GCN shader recompiler to enable PS4 title support while preserving native PS5 emulation.
- PS4 mode is disabled by default but can be enabled via the launcher UI (
Settings > Console Mode > PS4). - Delegates PS4 shader compilation and command stream processing to shadPS4’s PM4 bridge, avoiding duplication of effort.
- Early progress: More titles are expected to boot as compatibility improves.
Cross-Platform CI Verification
- GitHub Actions now automatically builds, verifies, and packages Windows (
clang-cl), Linux (clang++/g++), and macOS (Apple Clang) binaries for every tagged release. - Each platform’s binary undergoes basic validation (e.g.,
lddon Linux,fileon macOS) to ensure integrity before publication.
Screenshot Support
- Added a hotkey (
F12) to capture the current frame in-game. - Screenshots are saved to a configurable directory (default:
./screenshots/) with support for.pngand.jpgformats. - Output directory and format can be adjusted in
config.ymlor via the UI (Settings > Graphics > Screenshot).
Display and Presentation Tweaks
- Introduced aspect ratio adjustments (stretch, fit, native) and presentation mode options (fullscreen, windowed, borderless).
- Added frame pacing controls to improve display compatibility across different host hardware.
- Configurable via the UI (
Settings > Graphics > Display).