mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-11-22 20:29:15 +01:00
Add OSC recenter sticks option description
This commit is contained in:
parent
563c72afa9
commit
cce4b3f89a
@ -96,7 +96,7 @@ class ControllerActivity : AppCompatActivity() {
|
|||||||
appSettings.onScreenControlFeedback = item.checked
|
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
|
appSettings.onScreenControlRecenterSticks = item.checked
|
||||||
})
|
})
|
||||||
|
|
||||||
|
@ -177,6 +177,7 @@
|
|||||||
<string name="confirm">Confirm</string>
|
<string name="confirm">Confirm</string>
|
||||||
<string name="cancel">Cancel</string>
|
<string name="cancel">Cancel</string>
|
||||||
<string name="osc_recenter_sticks">Recenter Sticks On Touch</string>
|
<string name="osc_recenter_sticks">Recenter Sticks On Touch</string>
|
||||||
|
<string name="osc_recenter_sticks_desc">Reposition the sticks at the pressed location when they are touched</string>
|
||||||
<string name="osc_use_stick_regions">Use Stick Regions</string>
|
<string name="osc_use_stick_regions">Use Stick Regions</string>
|
||||||
<string name="osc_use_stick_regions_desc">Extend the activation area of the sticks to rectangles covering the corresponding half of the screen</string>
|
<string name="osc_use_stick_regions_desc">Extend the activation area of the sticks to rectangles covering the corresponding half of the screen</string>
|
||||||
<string name="controller">Controller</string>
|
<string name="controller">Controller</string>
|
||||||
|
Loading…
Reference in New Issue
Block a user