diff options
| author | 2021-08-05 07:10:08 +0900 | |
|---|---|---|
| committer | 2021-08-06 06:08:12 +0900 | |
| commit | 8ba551e1cdadd59ce830463356f3e5b710a9768b (patch) | |
| tree | 974c7de90c2b3132f5c37ad9844a4810bdeb6839 /src | |
| parent | nvdec: Implement VA-API hardware video acceleration (#6713) (diff) | |
| download | yuzu-8ba551e1cdadd59ce830463356f3e5b710a9768b.tar.gz yuzu-8ba551e1cdadd59ce830463356f3e5b710a9768b.tar.xz yuzu-8ba551e1cdadd59ce830463356f3e5b710a9768b.zip | |
Update configure_graphics_advanced.ui
add description too fast gpu time
Diffstat (limited to 'src')
| -rw-r--r-- | src/yuzu/configuration/configure_graphics_advanced.ui | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/yuzu/configuration/configure_graphics_advanced.ui b/src/yuzu/configuration/configure_graphics_advanced.ui index 379dc5d2e..4fe6b86ae 100644 --- a/src/yuzu/configuration/configure_graphics_advanced.ui +++ b/src/yuzu/configuration/configure_graphics_advanced.ui | |||
| @@ -82,14 +82,17 @@ | |||
| 82 | <string>Enables asynchronous shader compilation, which may reduce shader stutter. This feature is experimental.</string> | 82 | <string>Enables asynchronous shader compilation, which may reduce shader stutter. This feature is experimental.</string> |
| 83 | </property> | 83 | </property> |
| 84 | <property name="text"> | 84 | <property name="text"> |
| 85 | <string>Use asynchronous shader building</string> | 85 | <string>Use asynchronous shader building (hack)</string> |
| 86 | </property> | 86 | </property> |
| 87 | </widget> | 87 | </widget> |
| 88 | </item> | 88 | </item> |
| 89 | <item> | 89 | <item> |
| 90 | <widget class="QCheckBox" name="use_fast_gpu_time"> | 90 | <widget class="QCheckBox" name="use_fast_gpu_time"> |
| 91 | <property name="toolTip"> | ||
| 92 | <string>Enables Fast GPU Time. This option will force most games to run at their highest native resolution.</string> | ||
| 93 | </property> | ||
| 91 | <property name="text"> | 94 | <property name="text"> |
| 92 | <string>Use Fast GPU Time</string> | 95 | <string>Use Fast GPU Time (hack)</string> |
| 93 | </property> | 96 | </property> |
| 94 | </widget> | 97 | </widget> |
| 95 | </item> | 98 | </item> |