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