Skip to content

v2.2

Choose a tag to compare

@Coder787-source Coder787-source released this 07 Aug 03:31
· 9 commits to main since this release

KytyPlus v2.2 – PS4 Delegation Patch

Tag: v2.2 · License: GPL-2.0

Downloads


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., ldd on Linux, file on 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 .png and .jpg formats.
  • Output directory and format can be adjusted in config.yml or 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).