找回密码
 注册

QQ登录

只需一步,快速开始

查看: 651|回复: 0

开源索尼PlayStation4模拟器 ShadPS4 v0.8.0 中文绿色版

[复制链接]
发表于 2025-5-2 21:49:33 | 显示全部楼层 |阅读模式
开源索尼PlayStation4模拟器 ShadPS4 v0.8.0 中文绿色版                                                         

9 q+ g4 d7 J& L( Q
ShadPS4 是一个相对较新的模拟器项目,但它的发展速度却令人瞩目。自 2024 年以来,这个由一群热情的技术爱好者和开发者组成的团队不断推陈出新,通过深度学习、机器学习以及先进的算法,如生成对抗网络(GAN)和变分自编码器(VAE),为 PC 用户带来了前所未有的游戏体验。特别是对于那些追求高画质和流畅度的玩家来说,ShadPS4 提供了一个全新的选择。
软件截图
软件特点
ShadPS4 的性能表现是其最大的亮点之一。YouTube 知名频道 BrutalSam 在其视频评测中对这款模拟器给予了高度评价。从《重力异想世界:重制版》到《血源诅咒》,ShadPS4 展现出了极高的兼容性,尽管部分游戏仍存在性能问题或画面故障,但模拟器已经成功地让这些游戏在 PC 上运行起来。尤其是《血源诅咒》,经过数月的快速迭代,该游戏的运行效果已经从勉强可玩提升到了流畅运行,给玩家带来了极大的惊喜。
hadPS4 采用模块化设计,通过 C++ 语言构建了完整的 PS4 系统模拟层。其核心组件包括:
  • CPU 虚拟化引擎:支持 AMD Jaguar 架构指令集转译,实现与 PC 端 x86 处理器的高效协同
  • GPU 模拟系统:基于 Vulkan API 的图形渲染管线,兼容 NVIDIA/AMD 主流显卡
  • 内存管理模块:动态分配虚拟内存空间,支持最大 16GB 显存扩展
  • 文件系统模拟器:完整解析 PS4 游戏 pkg 格式,支持增量更新与 DLC 安装
    2 l" O0 ]5 S. ?7 o6 ]# K# L5 ?9 v4 C+ ]
值得注意的是,shadPS4 创新性地采用了 “分层编译” 技术。在游戏运行时,系统会将 PS4 二进制代码分解为基础指令集和图形渲染指令,分别通过即时编译器(JIT)和着色器预编译优化执行效率。这种双轨并行的编译方式,使《血源诅咒》在 RTX 4070Ti 显卡上可稳定运行于 1080p/60 帧。
不仅如此,ShadPS4 还激发了MOD社区的热情。例如,fromsoftserve 的“Remaster”项目通过引入更多的点光源、更丰富的视差遮挡贴图以及调整反射贴图等手段,极大地提升了游戏的画面效果,使游戏更加细腻逼真。此外,该模拟器还允许玩家解锁游戏帧数,虽然目前这项功能还在实验阶段,但它无疑为未来提供了无限可能。
更新日志
ShadPS4 0.8.0
9 Z% U' r5 n8 v( I% j  t* dApr 27, 2025
9 a7 F% t6 G4 c) k( U! yCore:& ]" M! {- g6 r. V
lseek: let the host OS set lseek errors
/ m& w: }& ~6 ]' Y/ CFilesystem code cleanup; u8 Y9 s9 p# d& F
Emulate sceKernelInternalMemory mapping  r  G2 c9 J( m9 w7 z" s+ Z
Fixed sceKernelAllocateDirectMemory and sceKernelAvailableDirectMemorySize) ]* O5 {( D9 N2 M
Libraries:% \0 W/ N* @% d7 s8 `3 C8 z" G
sceDiscMap is now HLE.
9 \+ x" P1 X6 gInitial ngs2 HLE work.+ H+ D6 [& b4 Q" S- d
Implement libusb passthrough
( {( |  c" E! x4 P* ^' ]' C9 V- BProper ulobjmgr stubs- m6 d% K/ e0 }* x# G2 S' X. t
Initial Audio3d implementation
' g$ K" _6 d: e& iNpAuth library stub
4 n. f: o; @6 j6 LGPU:
% [# E( J2 \5 g0 m- _! M8 ^Reset previous buffer label instead of current one
( w2 c9 d" p+ ^/ q- p/ E, bHandle compute packets that are split between the ends of two command buffers
7 b: f  L1 e1 }( @% c: JImplement DmaDataSrc::MemoryUsingL2 and DmaDataDst::MemoryUsingL2( ]$ h7 f/ H) I7 s; T8 p" g; f
renderer_vulkan: Use more depth-stencil dynamic state.+ V( Q9 \9 A. X
renderer_vulkan: Only update dynamic state when changed.
- T6 d4 g! t, k7 C6 U5 L% Trenderer_vulkan: Make some primitive state dynamic.0 {" d, M7 w. I5 S* o( F0 W
Implement sceVideoOutGetEventCount and sceVideoOutDeleteVblankEvent& L/ X! R, a, x, a0 \( l* r
vk_rasterizer: Control mapped_ranges access with shared lock.: z7 g  ]4 N0 _+ S
renderer_vulkan: Improve handling of required vs optional extensions.9 D7 J  A# Y: Y3 d1 j/ [+ `4 u
vk_rasterizer: Improve viewport depth calculations.
6 N# w; D/ ?4 {5 Q0 Q# Z  [texture_cache: Relax mismatched image type from assert to cache miss.
4 L0 ], |; i( E, y; J9 U2 b7 w! irenderer_vulkan: Support loading Vulkan layers on macOS SDL build.
/ d3 r' b# q' x: K7 m3 X% }Shader recompiler:
; a4 K! V; w! N: b2 cImprove divergence handling and readlane elimintation% {7 \# H: k9 m! K7 N
Add S_SETPRIO to EmitFlowControl! r4 ]" P8 h  W3 i$ c5 P
Use VK_AMD_shader_trinary_minmax when available5 y! @: a& o& H" b* N0 P
resource_tracking_pass: Add heuristic to detect incorrectly tracked buffer sharp
; m- O$ }2 b( R) ~" ^8 d" IImplement S_FLBIT_I32_B32 and V_MUL_HI_I32
: ?9 a% [9 g0 o0 y8 b4 x. H/ v( eImplement S_SUBB_U32 instruction
  D- E+ F& J. L  [; rFill in IMAGE_GATHER4_* variants in table
; r( q% |4 ]+ |* s, p" v/ R8 C4 G6 sImplementing DS_SUB_U32, DS_INC_U32, DS_DEC_U32.1 i; b, S1 ?" C. \( V5 R: s
Implement SET_PC_B64 instruction; k9 S. F3 V3 z5 D# d+ d
GUI:
! ~6 T% ?: @3 qAdd option to enable/disable game folders individually
5 Q! M8 y3 [% P8 o( B+ C( [4 ]Handle “-patch” as the suffix for game update folders
2 ]# M" v+ I, s" Q- K3 I4 k! jTrophy Viewer – Select Game
& n0 }5 I7 r+ Q% h( R; VRemoved fpkg support.
$ W/ r* f4 ~9 K' q, v5 UFix support for unicode paths for game install directories
3 v! j7 }' L( @- n& B8 M7 A' X. mAs usual a lot of new translations
PS4电脑PC版下载地址:
PS4资源汇总含游戏主题固件金手指等

+ h3 h4 j( [  K9 _
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|小黑屋|Video Game Do It Yourself ( 闽ICP备14000865号-1|闽公网安备35018102240098号 )

GMT+8, 2026-6-21 10:50 , Processed in 0.119898 second(s), 13 queries .

Powered by Discuz! X3.5

© 2001-2025 Discuz! Team.

快速回复 返回顶部 返回列表