mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-02-17 03:15:39 +00:00
Android: Enable fast boot by default
This commit is contained in:
parent
ddea2818d9
commit
4983c32740
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue