mirror of
https://github.com/Ishan09811/pine.git
synced 2025-04-28 09:35:08 +00:00
Update emulation_preferences.xml
This commit is contained in:
parent
1ba284850c
commit
9b04c2b352
@ -149,19 +149,19 @@
|
||||
app:useSimpleSummaryProvider="true"/>
|
||||
<emu.skyline.preference.SeekBarPreference
|
||||
android:defaultValue="4"
|
||||
android:max="6"
|
||||
android:min="1"
|
||||
android:summary="@string/executor_slot_count_scale_desc"
|
||||
android:key="executor_slot_count_scale"
|
||||
android:title="@string/executor_slot_count_scale"
|
||||
app:maxValue="6"
|
||||
app:minValue="1"
|
||||
app:isPercentage="false" />
|
||||
<emu.skyline.preference.SeekBarPreference
|
||||
android:defaultValue="256"
|
||||
android:max="1024"
|
||||
android:min="0"
|
||||
android:summary="@string/executor_flush_threshold_desc"
|
||||
android:key="executor_flush_threshold"
|
||||
android:title="@string/executor_flush_threshold"
|
||||
app:maxValue="1024"
|
||||
app:minValue="0"
|
||||
app:isPercentage="false" />
|
||||
<SwitchPreferenceCompat
|
||||
android:defaultValue="false"
|
||||
|
Loading…
x
Reference in New Issue
Block a user