aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xREADME.md2
-rwxr-xr-xsrc/yuzu/configuration/configure_tas.ui10
2 files changed, 11 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8fa97d1b8..a04d73fef 100755
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
1yuzu emulator early access 1yuzu emulator early access
2============= 2=============
3 3
4This is the source code for early-access 2071. 4This is the source code for early-access 2072.
5 5
6## Legal Notice 6## Legal Notice
7 7
diff --git a/src/yuzu/configuration/configure_tas.ui b/src/yuzu/configuration/configure_tas.ui
index d92a5d9e4..8a3ecb834 100755
--- a/src/yuzu/configuration/configure_tas.ui
+++ b/src/yuzu/configuration/configure_tas.ui
@@ -42,6 +42,16 @@
42 </property> 42 </property>
43 </widget> 43 </widget>
44 </item> 44 </item>
45 <item row="2" column="0" colspan="1">
46 <widget class="QLabel" name="label_2">
47 <property name="text">
48 <string>WARNING: This is an experimental feature. It will not play back scripts frame perfectly with the current, imperfect syncing method.</string>
49 </property>
50 <property name="wordWrap">
51 <bool>true</bool>
52 </property>
53 </widget>
54 </item>
45 </layout> 55 </layout>
46 </widget> 56 </widget>
47 </item> 57 </item>