Compare commits

...

6 Commits

Author SHA1 Message Date
Moonlacer
6af2882997 another_update 2021-10-11 20:49:12 -05:00
Moonlacer
3f83c19943 update_word_stuff 2021-10-11 20:15:39 -05:00
Moonlacer
a6de795834 best_performance 2021-10-11 20:12:52 -05:00
Moonlacer
9035bf8ca3 better_nvdec_wording 2021-10-11 19:40:31 -05:00
Moonlacer
217a638133 Revert "better_description"
This reverts commit 3a152a6ba6.
2021-10-11 19:30:11 -05:00
Moonlacer
3a152a6ba6 better_description 2021-10-11 19:29:06 -05:00

View File

@@ -200,17 +200,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>