From 8b464931285becb671b5c6e36ce90be66a7baa85 Mon Sep 17 00:00:00 2001 From: Themaister Date: Mon, 29 Apr 2013 15:09:01 -0700 Subject: [PATCH] Updated RGUI (markdown) --- RGUI.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/RGUI.md b/RGUI.md index 80ca5f8..ff6b5a3 100644 --- a/RGUI.md +++ b/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.