mirror of
https://github.com/stenzek/duckstation.git
synced 2026-02-04 05:04:33 +00:00
[PR #1328] [CLOSED] Hack: Shader Interface Block INI setting #452
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/stenzek/duckstation/pull/1328
Author: @KrossX
Created: 12/27/2020
Status: ❌ Closed
Base:
master← Head:hack_interface_block📝 Commits (1)
d95c8e0Add INI setting to disable shader Interface Blocks from being used📊 Changes
4 files changed (+6 additions, -1 deletions)
View changed files
📝
src/core/host_interface.cpp(+1 -0)📝
src/core/settings.cpp(+2 -0)📝
src/core/settings.h(+1 -0)📝
src/core/shadergen.cpp(+2 -1)📄 Description
As found in #1026, old Radeon OGL driver has issues with the qualifier used for SSAA and Interface Blocks. This PR adds an INI setting that allows to disable shader Interface Blocks from being used and avoid the bug.
Currently, I've been just making custom builds with the interface blocks disabled so I decided to try and make a setting for it. It's the least invasive way I found, although it exposes global settings to the shader generator. No UI settings either, too hacky for "advanced" even.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.