From cce4b3f89ac84bee38ffabc3546c7e495a376c8e Mon Sep 17 00:00:00 2001 From: lynxnb Date: Wed, 19 Apr 2023 23:55:01 +0200 Subject: [PATCH] Add OSC recenter sticks option description --- app/src/main/java/emu/skyline/input/ControllerActivity.kt | 2 +- app/src/main/res/values/strings.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/main/java/emu/skyline/input/ControllerActivity.kt b/app/src/main/java/emu/skyline/input/ControllerActivity.kt index a1a25963..cd08d57d 100644 --- a/app/src/main/java/emu/skyline/input/ControllerActivity.kt +++ b/app/src/main/java/emu/skyline/input/ControllerActivity.kt @@ -96,7 +96,7 @@ class ControllerActivity : AppCompatActivity() { appSettings.onScreenControlFeedback = item.checked }) - items.add(ControllerCheckBoxViewItem(getString(R.string.osc_recenter_sticks), "", appSettings.onScreenControlRecenterSticks) { item, position -> + items.add(ControllerCheckBoxViewItem(getString(R.string.osc_recenter_sticks), getString(R.string.osc_recenter_sticks_desc), appSettings.onScreenControlRecenterSticks) { item, position -> appSettings.onScreenControlRecenterSticks = item.checked }) diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index f60a4615..f177594b 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -177,6 +177,7 @@ Confirm Cancel Recenter Sticks On Touch + Reposition the sticks at the pressed location when they are touched Use Stick Regions Extend the activation area of the sticks to rectangles covering the corresponding half of the screen Controller