mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-27 17:58:59 +02:00
fx
This commit is contained in:
parent
666593a3b2
commit
1fa72e7bc5
1 changed files with 0 additions and 5 deletions
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue