From 9463a2aecf6f4beb6d4f83e9cb51b5a34877ea26 Mon Sep 17 00:00:00 2001 From: Themaister Date: Sun, 9 Jan 2011 00:30:56 +0100 Subject: [PATCH] Add small instruction for using "hats" in config. --- ssnes.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ssnes.cfg b/ssnes.cfg index 499b3cee7b..4eda4b7361 100644 --- a/ssnes.cfg +++ b/ssnes.cfg @@ -89,6 +89,8 @@ # input_player1_down = down # Joypad buttons. Figure these out by looking at jstest /dev/input/js0 output. +# You can use joypad hats with hnxx, where n is the hat, and xx is a string representing direction. +# E.g. "h0up" # input_player1_a_btn = 1 # input_player1_b_btn = 0 # input_player1_y_btn = 2