early-access version 2072

This commit is contained in:
pineappleEA 2021-09-19 02:38:15 +02:00
parent 6647cc89bf
commit d0ca031f0a
2 changed files with 11 additions and 1 deletions

View File

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

View File

@ -42,6 +42,16 @@
</property>
</widget>
</item>
<item row="2" column="0" colspan="1">
<widget class="QLabel" name="label_2">
<property name="text">
<string>WARNING: This is an experimental feature. It will not play back scripts frame perfectly with the current, imperfect syncing method.</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
</item>