1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-09-24 19:42:01 -05:00

Improvements to input and input configuration in the GUI. (#849)

* Improvements to input and input configuration in the GUI

* Requested changes

* nits

* more nits
This commit is contained in:
Xpl0itR
2020-05-03 03:00:53 +01:00
committed by GitHub
parent 5f3558fd51
commit 538fba826b
50 changed files with 5883 additions and 2511 deletions

View File

@@ -840,8 +840,8 @@
"title": "Joystick Deadzone",
"description": "Controller Analog Stick Deadzone",
"default": 0.05,
"minimum": -32768.0,
"maximum": 32767.0,
"minimum": 0.00,
"maximum": 1.00,
"examples": [
0.05
]