mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 17:25:46 +00:00
TextureCache: Add automatic anisotropic filtering and refactor code.
This commit is contained in:
parent
28fddb9c5e
commit
c74619d266
5 changed files with 22 additions and 16 deletions
|
@ -123,6 +123,11 @@
|
|||
</item>
|
||||
<item>
|
||||
<widget class="QComboBox" name="anisotropic_filtering_combobox">
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>Automatic</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>Default</string>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue