From 7d992be59dda6d64cf052ff01c828c6c8fb8e3c8 Mon Sep 17 00:00:00 2001 From: Die4Ever Date: Wed, 8 May 2024 01:34:36 -0500 Subject: [PATCH] installer fix title for D3D10 texture filtering radios --- installer/GUI/InstallerWindow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/GUI/InstallerWindow.py b/installer/GUI/InstallerWindow.py index 5ce9d3ff7..2b9ab6c9b 100644 --- a/installer/GUI/InstallerWindow.py +++ b/installer/GUI/InstallerWindow.py @@ -245,7 +245,7 @@ def GlobalFixes(self, pad): self.FixColors(self.deus_nsf_d3d10_lighting) self.row+=1 - self.globalsettings['d3d10_textures'] = self.Radios('Which EXE to use for vanilla:', 'Smooth', pad, pad, advanced=True, + self.globalsettings['d3d10_textures'] = self.Radios('Which method to use for D3D texture filtering:', 'Smooth', pad, pad, advanced=True, options=OrderedDict( Retro={ 'text': "Deus_nsf D3D10 retro texture filtering", 'hover': "Tweaked D3D10 shaders for retro texture filtering.\nMay require more powerful hardware." }, Balanced={ 'text': "Deus_nsf D3D10 semi-retro texture filtering", 'hover': "Tweaked D3D10 shaders for semi-retro texture filtering.\nMay require more powerful hardware." },