diff options
| author | 2021-10-14 20:01:12 -0500 | |
|---|---|---|
| committer | 2021-10-14 18:01:12 -0700 | |
| commit | c68ce25a149acef1fbdcd4386bd125d9cf5ecaa1 (patch) | |
| tree | c4029eeb3e1e317fab36b9a95a5e7bc87d9915a4 /src | |
| parent | Merge pull request #6774 from lat9nq/remove-global-yuzu (diff) | |
| download | yuzu-c68ce25a149acef1fbdcd4386bd125d9cf5ecaa1.tar.gz yuzu-c68ce25a149acef1fbdcd4386bd125d9cf5ecaa1.tar.xz yuzu-c68ce25a149acef1fbdcd4386bd125d9cf5ecaa1.zip | |
settings_ui: Better NVDEC Description For Each Video Rendering Option (#7165)
* better_description
* Revert "better_description"
This reverts commit 3a152a6ba6f2d6e02530b69a8194e4db302c8acd.
* better_nvdec_wording
* best_performance
* update_word_stuff
* another_update
Diffstat (limited to 'src')
| -rw-r--r-- | src/yuzu/configuration/configure_graphics.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/yuzu/configuration/configure_graphics.ui b/src/yuzu/configuration/configure_graphics.ui index 451d86859..beae74344 100644 --- a/src/yuzu/configuration/configure_graphics.ui +++ b/src/yuzu/configuration/configure_graphics.ui | |||
| @@ -203,17 +203,17 @@ | |||
| 203 | <widget class="QComboBox" name="nvdec_emulation"> | 203 | <widget class="QComboBox" name="nvdec_emulation"> |
| 204 | <item> | 204 | <item> |
| 205 | <property name="text"> | 205 | <property name="text"> |
| 206 | <string>Disabled</string> | 206 | <string>No Video Output</string> |
| 207 | </property> | 207 | </property> |
| 208 | </item> | 208 | </item> |
| 209 | <item> | 209 | <item> |
| 210 | <property name="text"> | 210 | <property name="text"> |
| 211 | <string>CPU Decoding</string> | 211 | <string>CPU Video Decoding</string> |
| 212 | </property> | 212 | </property> |
| 213 | </item> | 213 | </item> |
| 214 | <item> | 214 | <item> |
| 215 | <property name="text"> | 215 | <property name="text"> |
| 216 | <string>GPU Decoding</string> | 216 | <string>GPU Video Decoding (Default)</string> |
| 217 | </property> | 217 | </property> |
| 218 | </item> | 218 | </item> |
| 219 | </widget> | 219 | </widget> |