Browse Source

add notice for extensions

Signed-off-by: swurl <swurl@swurl.xyz>
nce_cpp
swurl 8 months ago
parent
commit
c140529a75
  1. 10
      src/yuzu/configuration/configure_graphics_extensions.ui

10
src/yuzu/configuration/configure_graphics_extensions.ui

@ -25,6 +25,16 @@
<string>Vulkan Extension Settings</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>While all dynamic state extensions are recommended, some games or systems may not function with Dynamic State 3, or will perform far better with only State 1 or State 2 enabled.</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QWidget" name="populate_target" native="true">
<layout class="QVBoxLayout" name="verticalLayout">

Loading…
Cancel
Save