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
This commit is contained in:
Moonlacer 2021-10-14 20:01:12 -05:00 committed by GitHub
parent b02d662980
commit c68ce25a14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -203,17 +203,17 @@
<widget class="QComboBox" name="nvdec_emulation">
<item>
<property name="text">
<string>Disabled</string>
<string>No Video Output</string>
</property>
</item>
<item>
<property name="text">
<string>CPU Decoding</string>
<string>CPU Video Decoding</string>
</property>
</item>
<item>
<property name="text">
<string>GPU Decoding</string>
<string>GPU Video Decoding (Default)</string>
</property>
</item>
</widget>