From 0245f926d12174261a77dd8fba9636ad2382251c Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 13 Sep 2013 15:57:13 +0200 Subject: [PATCH] (Android Phoenix) Set configurable audio latency --- android/phoenix/res/values/array.xml | 12 ++++++++ android/phoenix/res/xml/prefs.xml | 12 ++++---- .../retroarch/browser/MainMenuActivity.java | 28 ++++++++++++++----- 3 files changed, 40 insertions(+), 12 deletions(-) diff --git a/android/phoenix/res/values/array.xml b/android/phoenix/res/values/array.xml index 823710ca5f..6fc8d82643 100644 --- a/android/phoenix/res/values/array.xml +++ b/android/phoenix/res/values/array.xml @@ -10,6 +10,18 @@ 1 + + 64ms (Low) + 128ms (Medium) + 160ms (High) + + + + 64 + 128 + 160 + + Full screen Auto diff --git a/android/phoenix/res/xml/prefs.xml b/android/phoenix/res/xml/prefs.xml index 7be204e611..91a0b3c118 100644 --- a/android/phoenix/res/xml/prefs.xml +++ b/android/phoenix/res/xml/prefs.xml @@ -114,11 +114,13 @@ android:summary="Enable dynamic rate control (recommended)." android:title="Dynamic Rate Control" android:dependency="audio_enable" /> -