mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-04-10 19:15:14 +00:00
Android: Enable fast boot by default
This commit is contained in:
parent
ddea2818d9
commit
4983c32740
|
@ -27,7 +27,7 @@
|
||||||
<SwitchPreferenceCompat
|
<SwitchPreferenceCompat
|
||||||
app:key="BIOS/PatchFastBoot"
|
app:key="BIOS/PatchFastBoot"
|
||||||
app:title="@string/settings_console_fast_boot"
|
app:title="@string/settings_console_fast_boot"
|
||||||
app:defaultValue="false"
|
app:defaultValue="true"
|
||||||
app:summary="@string/settings_summary_console_fast_boot"
|
app:summary="@string/settings_summary_console_fast_boot"
|
||||||
app:iconSpaceReserved="false" />
|
app:iconSpaceReserved="false" />
|
||||||
<ListPreference
|
<ListPreference
|
||||||
|
|
Loading…
Reference in a new issue