early-access version 2132

main
pineappleEA 2021-10-15 04:11:15 +02:00
parent 30c10300fa
commit 8018c187dc
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
yuzu emulator early access
=============
This is the source code for early-access 2131.
This is the source code for early-access 2132.
## Legal Notice

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>