diff options
| author | 2021-08-08 01:11:47 -0700 | |
|---|---|---|
| committer | 2021-08-08 01:11:47 -0700 | |
| commit | 00358e2098d2cc6f4ed38178be48e28f2fdc5b99 (patch) | |
| tree | 0d08435aa5f9ea9a4111d0e7f6c030bd01c9d491 /src | |
| parent | Merge pull request #6827 from Morph1984/uuid-hash (diff) | |
| parent | Update configure_graphics_advanced.ui (diff) | |
| download | yuzu-00358e2098d2cc6f4ed38178be48e28f2fdc5b99.tar.gz yuzu-00358e2098d2cc6f4ed38178be48e28f2fdc5b99.tar.xz yuzu-00358e2098d2cc6f4ed38178be48e28f2fdc5b99.zip | |
Merge pull request #6817 from gidoly/patch-1
Add description to fast gpu time option
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> |