diff options
author | notaz | 2011-08-09 01:16:59 +0300 |
---|---|---|
committer | notaz | 2011-08-13 00:56:33 +0300 |
commit | 4c08b9e7dd350a48fc3e0515913d6ccc8b15e5ae (patch) | |
tree | 22f29a06fda180d8269878b3cdb413044a5e351e /maemo | |
parent | 19e57cbf170d1ce49f00097f3cc3a4ed96d77374 (diff) | |
download | pcsx_rearmed-4c08b9e7dd350a48fc3e0515913d6ccc8b15e5ae.tar.gz pcsx_rearmed-4c08b9e7dd350a48fc3e0515913d6ccc8b15e5ae.tar.bz2 pcsx_rearmed-4c08b9e7dd350a48fc3e0515913d6ccc8b15e5ae.zip |
add guncon support
a bit basic but works
Diffstat (limited to 'maemo')
-rw-r--r-- | maemo/hildon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maemo/hildon.c b/maemo/hildon.c index 342ac19..6c59b6f 100644 --- a/maemo/hildon.c +++ b/maemo/hildon.c @@ -18,7 +18,7 @@ static HildonAnimationActor *actor; static GtkWidget *window, *drawing; void *pl_fbdev_buf; -int in_type = PSE_PAD_TYPE_STANDARD; +int in_type1 = PSE_PAD_TYPE_STANDARD, in_type2 = PSE_PAD_TYPE_STANDARD; int in_keystate, in_a1[2], in_a2[2]; static int keymap[65536]; |