[mupen64plus-input-sdl] 100/196: Fix for HuiJia adapter auto-config

Sven Eckelmann ecsv-guest at moszumanska.debian.org
Thu Nov 26 06:00:24 UTC 2015


This is an automated email from the git hooks/post-receive script.

ecsv-guest pushed a commit to branch master
in repository mupen64plus-input-sdl.

commit 34a981ad48cd2644c02a9b637ee16c798d940d5e
Author: Sven Eckelmann <sven at narfation.org>
Date:   Wed Mar 21 20:05:20 2012 +0100

    Fix for HuiJia adapter auto-config
---
 debian/changelog                           |  4 +++
 debian/patches/huijia_adapter_config.patch | 42 ++++++++++++++++++++++++++++++
 debian/patches/series                      |  1 +
 3 files changed, 47 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 51b5871..e1f1ea4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,10 @@ mupen64plus-input-sdl (1.99.5-2) UNRELEASED; urgency=low
   [ Simon Ruderich ]
   * Let debhelper set the buildflags implicitly
 
+  [ Sven Eckelmann ]
+  * debian/patches:
+    - Add huijia_adapter_config.patch, Fix for HuiJia adapter auto-config
+
  -- Sven Eckelmann <sven at narfation.org>  Sun, 18 Mar 2012 16:52:24 +0100
 
 mupen64plus-input-sdl (1.99.5-1) unstable; urgency=low
diff --git a/debian/patches/huijia_adapter_config.patch b/debian/patches/huijia_adapter_config.patch
new file mode 100644
index 0000000..84302cb
--- /dev/null
+++ b/debian/patches/huijia_adapter_config.patch
@@ -0,0 +1,42 @@
+Description: Fix for HuiJia adapter auto-config
+Author: Richard Goedeken <Richard at fascinationsoftware.com>
+Origin: upstream, https://bitbucket.org/richard42/mupen64plus-input-sdl/changeset/862053cf1d9e
+
+---
+diff --git a/data/InputAutoCfg.ini b/data/InputAutoCfg.ini
+index 8ab3ce72a3c83dde245a1d204e38b62e1bd32f82..2c917fedfe7fc429681f08567f7f3d382b4bb26b 100644
+--- a/data/InputAutoCfg.ini
++++ b/data/InputAutoCfg.ini
+@@ -705,8 +705,8 @@ Start = button(9)
+ Z Trig = button(8)
+ B Button = button(2)
+ A Button = button(1)
+-C Button R = axis(5-)
+-C Button L = axis(5+)
++C Button R = axis(3-)
++C Button L = axis(3+)
+ C Button D = axis(2+)
+ C Button U = axis(2-)
+ R Trig = button(7)
+@@ -729,16 +729,16 @@ Start = button(25)
+ Z Trig = button(24)
+ B Button = button(18)
+ A Button = button(17)
+-C Button R = axis(6-)
+-C Button L = axis(6+)
+-C Button D = axis(3+)
+-C Button U = axis(3-)
++C Button R = axis(7-)
++C Button L = axis(7+)
++C Button D = axis(6+)
++C Button U = axis(6-)
+ R Trig = button(23)
+ L Trig = button(22)
+ Mempak switch = key(44)
+ Rumblepak switch = key(46)
+ X Axis = axis(4-,4+)
+-Y Axis = axis(7-,7+)
++Y Axis = axis(5-,5+)
+ 
+ ; Asikgame - Super Dual Box (with two PS2 gamepads connected)
+ ; this is a 2-port USB device. The Right port is controller #1, the Left port is #2
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..32129c9
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+huijia_adapter_config.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mupen64plus-input-sdl.git



More information about the Pkg-games-commits mailing list