mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-11-14 09:04:57 +00:00
better_description
This commit is contained in:
parent
c709fbba23
commit
3a152a6ba6
1 changed files with 3 additions and 3 deletions
|
@ -200,17 +200,17 @@
|
||||||
<widget class="QComboBox" name="nvdec_emulation">
|
<widget class="QComboBox" name="nvdec_emulation">
|
||||||
<item>
|
<item>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Disabled</string>
|
<string>No Video Decoding</string>
|
||||||
</property>
|
</property>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>CPU Decoding</string>
|
<string>CPU Video Decoding</string>
|
||||||
</property>
|
</property>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>GPU Decoding</string>
|
<string>GPU Video Decoding</string>
|
||||||
</property>
|
</property>
|
||||||
</item>
|
</item>
|
||||||
</widget>
|
</widget>
|
||||||
|
|
Loading…
Reference in a new issue