Updated RGUI (markdown)
parent
ba1d04be0f
commit
965e162efa
3
RGUI.md
3
RGUI.md
|
@ -162,9 +162,6 @@ There are a couple of options available to configure input outside RGUI.
|
|||
- **RetroArch-Phoenix**: This is probably the most convenient option at the moment if you like point-and-click GUIs.
|
||||
- **retroarch-joyconfig**: A command-line tool (part of RetroArch package) which lets you get input from a joypad and update or create a config file. To update a config with new binds for player 1 using joypad #0, you would for example do `retroarch-joyconfig --player 1 --joypad 0 --input ~/.config/retroarch/retroarch.cfg --output ~/.config/retroarch/retroarch.cfg` (see `--help` or man page for more help). By default, only RetroPad binds are bound. You can use `--misc` to bind other hotkeys as well. If you want to use `retroarch-joyconfig`, you should build latest from Git (after 0.9.9-wip1) as a couple of needed changes were made to improve usability.
|
||||
|
||||
#### Windows and retroarch-joyconfig
|
||||
There's currently no support for DirectInput in retroarch-joyconfig so using it on Windows could potentially give wrong binds if SDL and DirectInput bind things differently. Using Phoenix GUI to config input is recommended at the moment.
|
||||
|
||||
## Setting up joypad autoconfiguration (Linux)
|
||||
Linux port recently (after 0.9.9-wip1) got support for joypad hotplugging.
|
||||
This allows joypad to be plugged in and out of your machine while running.
|
||||
|
|
Loading…
Reference in New Issue