This commit is contained in:
lizzie 2026-04-26 06:05:22 +00:00
parent 666593a3b2
commit 1fa72e7bc5

View file

@ -172,11 +172,6 @@ std::unique_ptr<TranslationMap> InitializeTranslations(QObject* parent) {
tr("Force Identity Swizzle"),
tr("Forces identity component swizzle for storage and input attachment images. "
"Required by Vulkan spec. Disable only for debugging driver issues."));
INSERT(Settings,
force_ldr_to_srgb,
tr("Force LDR Formats to sRGB"),
tr("Converts LDR texture formats (RGBA8_UNORM, A2B10G10R10_UNORM) to sRGB variants. "
"Fixes gamma correction issues on some games. Enable for correct colors on Adreno GPUs."));
INSERT(Settings,
use_disk_shader_cache,
tr("Use persistent pipeline cache"),