Skip to content

ScePSX Beta 0.1.6.2

Compare
Choose a tag to compare
@unknowall unknowall released this 31 Mar 10:02
· 20 commits to master since this release

Version 0.1.6.2 Update Notes

Bug Fixes

    1. Fixed crashes caused by insufficient MEDC buffer (e.g., when playing MGS staff credits).
    1. Corrected the display width overflow in the software backend.

Optimizations

    1. Reduced CPU usage in Vulkan, OpenGL, and D2D modes.
    1. Optimized VRAM read/write operations for the OpenGL backend.

Compatibility Fixes

    1. Fixed audio synchronization issues in some PAL format games.

版本 0.1.6.2 更新说明

BUG 修复

    1. 修复 MEDC 缓冲区不足造成的崩溃问题(如:MGS 播放 staff 表时)。
    1. 修正软件后端的显示宽度越界。

优化

    1. 降低 Vulkan、OpenGL、D2D 模式的CPU使用率
    1. OpenGL 后端显存读写优化

兼容性修复

    1. 修复部分 PAL 制式游戏音频不同步