Android: Enable fast boot by default

This commit is contained in:
Connor McLaughlin 2021-03-29 00:51:21 +10:00
parent ddea2818d9
commit 4983c32740

View file

@ -27,7 +27,7 @@
<SwitchPreferenceCompat
app:key="BIOS/PatchFastBoot"
app:title="@string/settings_console_fast_boot"
app:defaultValue="false"
app:defaultValue="true"
app:summary="@string/settings_summary_console_fast_boot"
app:iconSpaceReserved="false" />
<ListPreference