mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-27 09:25:43 -04:00
Qt: Fix typo in advanced settings
This commit is contained in:
parent
7532d5d09a
commit
aa65280ec3
@ -171,7 +171,7 @@ AdvancedSettingsWidget::AdvancedSettingsWidget(QtHostInterface* host_interface,
|
|||||||
"TextureReplacements", "EnableVRAMWriteReplacements", false);
|
"TextureReplacements", "EnableVRAMWriteReplacements", false);
|
||||||
addBooleanTweakOption(m_host_interface, m_ui.tweakOptionTable, tr("Preload Texture Replacements"),
|
addBooleanTweakOption(m_host_interface, m_ui.tweakOptionTable, tr("Preload Texture Replacements"),
|
||||||
"TextureReplacements", "PreloadTextures", false);
|
"TextureReplacements", "PreloadTextures", false);
|
||||||
addBooleanTweakOption(m_host_interface, m_ui.tweakOptionTable, tr("Dump Replacable VRAM Writes"),
|
addBooleanTweakOption(m_host_interface, m_ui.tweakOptionTable, tr("Dump Replaceable VRAM Writes"),
|
||||||
"TextureReplacements", "DumpVRAMWrites", false);
|
"TextureReplacements", "DumpVRAMWrites", false);
|
||||||
addBooleanTweakOption(m_host_interface, m_ui.tweakOptionTable, tr("Set Dumped VRAM Write Alpha Channel"),
|
addBooleanTweakOption(m_host_interface, m_ui.tweakOptionTable, tr("Set Dumped VRAM Write Alpha Channel"),
|
||||||
"TextureReplacements", "DumpVRAMWriteForceAlphaChannel", true);
|
"TextureReplacements", "DumpVRAMWriteForceAlphaChannel", true);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user