Updated RGUI (markdown)

Hans-Kristian Arntzen 2013-09-18 05:28:32 -07:00
parent ba1d04be0f
commit 965e162efa
1 changed files with 0 additions and 3 deletions

@ -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-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. - **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) ## Setting up joypad autoconfiguration (Linux)
Linux port recently (after 0.9.9-wip1) got support for joypad hotplugging. 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. This allows joypad to be plugged in and out of your machine while running.