From 3e6c6720f695ed4d804c42cce5b3b1048dea561c 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 16805a80..efb48f61 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