From a7bec011e3a129eaae2782c3fe6a4bd9e0dfb1d7 Mon Sep 17 00:00:00 2001 From: pineappleEA <pineaea@gmail.com> Date: Wed, 26 May 2021 01:46:34 +0200 Subject: [PATCH] early-access version 1710 --- README.md | 2 +- src/yuzu/configuration/configure_cpu.ui | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 64d693aee..08f3bfbd0 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ yuzu emulator early access ============= -This is the source code for early-access 1709. +This is the source code for early-access 1710. ## Legal Notice diff --git a/src/yuzu/configuration/configure_cpu.ui b/src/yuzu/configuration/configure_cpu.ui index d0e7e7bfe..99b573640 100755 --- a/src/yuzu/configuration/configure_cpu.ui +++ b/src/yuzu/configuration/configure_cpu.ui @@ -26,7 +26,7 @@ <widget class="QWidget" name="widget_accuracy" native="true"> <layout class="QHBoxLayout" name="layout_accuracy"> <item> - <widget class="QLabel" name="label"> + <widget class="QLabel" name="label_accuracy"> <property name="text"> <string>Accuracy:</string> </property> @@ -55,7 +55,7 @@ </widget> </item> <item> - <widget class="QLabel" name="label"> + <widget class="QLabel" name="label_recommended_accuracy"> <property name="text"> <string>We recommend setting accuracy to "Accurate".</string> </property> @@ -78,7 +78,7 @@ </property> <layout class="QVBoxLayout"> <item> - <widget class="QLabel" name="label"> + <widget class="QLabel" name="label_accuracy_description"> <property name="text"> <string>These settings reduce accuracy for speed.</string> </property>