0
0
mirror of https://github.com/Ishan09811/pine.git synced 2025-04-29 08:25:10 +00:00

Update emulation_preferences.xml

This commit is contained in:
Ishan09811 2025-01-03 18:33:58 +05:30 committed by GitHub
parent 241a799a33
commit 2b4ce8ab1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -95,6 +95,12 @@
android:summary="@string/enable_ambient_mode_desc"
android:key="enable_ambient_mode"
android:title="@string/enable_ambient_mode" />
<emu.skyline.preference.IntegerListPreference
android:defaultValue="1"
android:entries="@array/anisotropic_filters"
app:key="anisotropic_filter"
app:title="@string/anisotropic_filter"
app:useSimpleSummaryProvider="true" />
</PreferenceCategory>
<PreferenceCategory
android:key="category_audio"