early-access version 3754
This commit is contained in:
parent
adb57f79d8
commit
30259960bd
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
yuzu emulator early access
|
||||
=============
|
||||
|
||||
This is the source code for early-access 3753.
|
||||
This is the source code for early-access 3754.
|
||||
|
||||
## Legal Notice
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
|
|||
android:label="@string/app_name_suffixed"
|
||||
android:icon="@drawable/ic_launcher"
|
||||
android:allowBackup="true"
|
||||
android:hasFragileUserData="true"
|
||||
android:hasFragileUserData="false"
|
||||
android:supportsRtl="true"
|
||||
android:isGame="true"
|
||||
android:localeConfig="@xml/locales_config"
|
||||
|
|
Loading…
Reference in a new issue