mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-01-19 06:45:39 +00:00
Android: Remove duplicate speed limiter option from settings
This commit is contained in:
parent
257cc75183
commit
a17e15f176
|
@ -33,12 +33,6 @@
|
||||||
app:defaultValue="0.0"
|
app:defaultValue="0.0"
|
||||||
app:useSimpleSummaryProvider="true"
|
app:useSimpleSummaryProvider="true"
|
||||||
app:iconSpaceReserved="false" />
|
app:iconSpaceReserved="false" />
|
||||||
<SwitchPreferenceCompat
|
|
||||||
app:key="Main/SpeedLimiterEnabled"
|
|
||||||
app:title="@string/settings_behavior_enable_speed_limiter"
|
|
||||||
app:defaultValue="true"
|
|
||||||
app:summary="Throttles the emulation speed to the chosen speed above. If unchecked, the emulator will run as fast as possible, which may not be playable."
|
|
||||||
app:iconSpaceReserved="false" />
|
|
||||||
<SwitchPreferenceCompat
|
<SwitchPreferenceCompat
|
||||||
app:key="Main/SaveStateOnExit"
|
app:key="Main/SaveStateOnExit"
|
||||||
app:title="Save State On Exit"
|
app:title="Save State On Exit"
|
||||||
|
|
Loading…
Reference in a new issue