Browse Source
Merge pull request #6817 from gidoly/patch-1
Add description to fast gpu time option
pull/15/merge
bunnei
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
5 additions and
2 deletions
-
src/yuzu/configuration/configure_graphics_advanced.ui
|
|
|
@ -82,14 +82,17 @@ |
|
|
|
<string>Enables asynchronous shader compilation, which may reduce shader stutter. This feature is experimental.</string> |
|
|
|
</property> |
|
|
|
<property name="text"> |
|
|
|
<string>Use asynchronous shader building</string> |
|
|
|
<string>Use asynchronous shader building (hack)</string> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item> |
|
|
|
<widget class="QCheckBox" name="use_fast_gpu_time"> |
|
|
|
<property name="toolTip"> |
|
|
|
<string>Enables Fast GPU Time. This option will force most games to run at their highest native resolution.</string> |
|
|
|
</property> |
|
|
|
<property name="text"> |
|
|
|
<string>Use Fast GPU Time</string> |
|
|
|
<string>Use Fast GPU Time (hack)</string> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
|