ShadPS4 Pre (2025/08/30) is an early PlayStation 4 emulator for Windows and Linux, developed in C++. Recent updates include improvements in Vulkan rendering, shader recompiler functionalities, and better handling of bitwise instructions. Specific changes involve initializing Vulkan structures properly, enhancing float type usage for atomics, and supporting multiple attributes in vertex fetch shaders. The update also addresses optimizations in vector interpolation and pipeline cache management. Additionally, the Windows build instructions now specify the appropriate QT version. Users can download the emulator from various cloud storage links provided.
ShadPS4 Pre (2025/08/30) has been released. It is an early PS4 emulator designed for Windows and Linux, developed in C++.
ShadPS4 Changelog:
* renderer_vulkan: Blend parameters are now ignored when they are disabled. (#3485)
* vk_platform: Removed the workaround for Vulkan loader usage on macOS. (#3484)
* shader_recompiler: Added support for V_ADD_F64 and loading 64-bit float from SGPR. (#3483)
* constant_propagation_pass: Enhancements to handle additional bitwise instructions. (#3482)
* vk_scheduler: Vulkan structures in RenderState are now initialized correctly. (#3479)
* Correctly implemented float type for float buffer atomics. (#3480)
* ExecLo source handling in S_FF1_I32_B64 has been added. (#3481)
* shader_recompiler: All ClipDistance and CullDistance values are now initialized. (#3478)
* `S_LSHL_B32` handling in ParseCopyShader has been introduced. (#3477)
* shader_recompiler: Allows multiple attributes to use the same load within vertex fetch shaders. (#3475)
* vector_interpolation: Some assertion issues have been addressed. (#3473)
* QT version included in the Windows build instructions. (#3474)
* vk_pipeline_cache: Storage images have been added to descriptor heaps. (#3472)
* vk_graphics_pipeline: Depth clip is prioritized when separate clip/clamp control isn’t supported. (#3471)
Download:
ShadPS4 Pre (2025/08/30):
1cloudfile
gofile
koramaup
mirrored
ranoz
send
usersdrive
Source: Here