Skip to content

green-nx 1.0.25

Latest

Choose a tag to compare

@rmrf404 rmrf404 released this 31 Jul 14:50

Fixes broken video in 1.0.24, the whole picture was scrambled. The bottom edge clamp added in 1.0.24 queried the texture size inside the shader, which the shader compiler accepts but which returns junk on the console GPU. The texel size is now computed on the CPU and passed to the shader. This restores normal video, keeps the green line fix from 1.0.24 and also repairs the Sharpness setting, which relied on the same broken query.

Reported by @lardeg in #40.