mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-06-06 07:45:56 +08:00
fx
This commit is contained in:
parent
666593a3b2
commit
1fa72e7bc5
@ -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…
Reference in New Issue
Block a user