From 202ecbb701b78fc870f320ff5fa3be068ad85488 Mon Sep 17 00:00:00 2001 From: Themaister Date: Mon, 30 Apr 2012 22:01:56 +0200 Subject: [PATCH] Fix wording in README. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4d0dd69a10..6a2c706836 100644 --- a/README.md +++ b/README.md @@ -76,11 +76,11 @@ The default configuration is defined in config.def.h. These can later be tweaked by using a config file. A sample configuration file is installed to /etc/retroarch.cfg. This is the system-wide config file. -Each user should create a config file in $XDG\_CONFIG\_HOME/ssnes/retroarch.cfg. +Each user should create a config file in $XDG\_CONFIG\_HOME/retroarch/retroarch.cfg. The users only need to configure a certain option if the desired value deviates from the value defined in config.def.h. -To configure joypads, start up jstest /dev/input/js0 to determine which joypad buttons (and axis) to use. -It is also possible to use the ssnes-joyconfig tool as well for simple configuration. +To configure joypads, use the retroarch-joyconfig tool. +It is also possible to configure joypads using the RetroArch-Phoenix GUI frontend. # Compiling and installing