Updated RGUI (markdown)
parent
15c20379b4
commit
8b46493128
5
RGUI.md
5
RGUI.md
|
@ -147,7 +147,10 @@ This part of RGUI is still somewhat immature on PC. We would ideally like a more
|
|||
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 script (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 and useful changes were made to improve usability.
|
||||
- **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.
|
||||
|
|
Loading…
Reference in New Issue