mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-14 11:56:04 +00:00
Add an option to allow equalizer effects
This commit is contained in:
@@ -49,6 +49,11 @@
|
||||
android:entries="@array/audio_config_names"
|
||||
android:entryValues="@array/audio_config_values"
|
||||
android:defaultValue="2" />
|
||||
<CheckBoxPreference
|
||||
android:key="checkbox_enable_audiofx"
|
||||
android:title="@string/title_checkbox_enable_audiofx"
|
||||
android:summary="@string/summary_checkbox_enable_audiofx"
|
||||
android:defaultValue="false" />
|
||||
</PreferenceCategory>
|
||||
<PreferenceCategory android:title="@string/category_input_settings"
|
||||
android:key="category_input_settings">
|
||||
|
||||
Reference in New Issue
Block a user