Skip to content

Commit

Permalink
installer fix title for D3D10 texture filtering radios
Browse files Browse the repository at this point in the history
  • Loading branch information
Die4Ever committed May 8, 2024
1 parent 28c7125 commit 7d992be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/GUI/InstallerWindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -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." },
Expand Down

0 comments on commit 7d992be

Please sign in to comment.