0
0
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:
Ishan09811 2025-01-04 15:02:50 +05:30 committed by GitHub
parent 1ba284850c
commit 9b04c2b352
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"