early-access version 1710
This commit is contained in:
parent
96c7d6deb7
commit
a7bec011e3
@ -1,7 +1,7 @@
|
|||||||
yuzu emulator early access
|
yuzu emulator early access
|
||||||
=============
|
=============
|
||||||
|
|
||||||
This is the source code for early-access 1709.
|
This is the source code for early-access 1710.
|
||||||
|
|
||||||
## Legal Notice
|
## Legal Notice
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
<widget class="QWidget" name="widget_accuracy" native="true">
|
<widget class="QWidget" name="widget_accuracy" native="true">
|
||||||
<layout class="QHBoxLayout" name="layout_accuracy">
|
<layout class="QHBoxLayout" name="layout_accuracy">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="label">
|
<widget class="QLabel" name="label_accuracy">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Accuracy:</string>
|
<string>Accuracy:</string>
|
||||||
</property>
|
</property>
|
||||||
@ -55,7 +55,7 @@
|
|||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="label">
|
<widget class="QLabel" name="label_recommended_accuracy">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>We recommend setting accuracy to "Accurate".</string>
|
<string>We recommend setting accuracy to "Accurate".</string>
|
||||||
</property>
|
</property>
|
||||||
@ -78,7 +78,7 @@
|
|||||||
</property>
|
</property>
|
||||||
<layout class="QVBoxLayout">
|
<layout class="QVBoxLayout">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="label">
|
<widget class="QLabel" name="label_accuracy_description">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>These settings reduce accuracy for speed.</string>
|
<string>These settings reduce accuracy for speed.</string>
|
||||||
</property>
|
</property>
|
||||||
|
Loading…
Reference in New Issue
Block a user