[mupen64plus-input-sdl] 163/196: Add support for Nintendo Wii Remote Pro Controller

Sven Eckelmann ecsv-guest at moszumanska.debian.org
Thu Nov 26 06:00:38 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 a0be16439596554f08a3b4418221c3d5432e2f5f
Author: Sven Eckelmann <sven at narfation.org>
Date:   Fri Dec 13 17:13:01 2013 +0100

    Add support for Nintendo Wii Remote Pro Controller
---
 debian/changelog                                   |  2 ++
 .../autoconfig_nintendo_wii_remote_pro.patch       | 40 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 3 files changed, 43 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 2acdc42..cfc45d1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ mupen64plus-input-sdl (2.0-3) UNRELEASED; urgency=low
       SideWinder Game Pad Pro USB version 1.0
     - Add autoconfig_retrolink_n64.patch, Add support for Retrolink N64 USB
       clone
+    - Add autoconfig_nintendo_wii_remote_pro.patch, Add support for Nintendo
+      Wii Remote Pro Controller
   * Upgraded to policy 3.9.5, no changes required
 
  -- Sven Eckelmann <sven at narfation.org>  Fri, 06 Sep 2013 15:41:35 +0200
diff --git a/debian/patches/autoconfig_nintendo_wii_remote_pro.patch b/debian/patches/autoconfig_nintendo_wii_remote_pro.patch
new file mode 100644
index 0000000..8527389
--- /dev/null
+++ b/debian/patches/autoconfig_nintendo_wii_remote_pro.patch
@@ -0,0 +1,40 @@
+Description: Add support for Nintendo Wii Remote Pro Controller
+Author: Richard Goedeken<Richard at fascinationsoftware.com>
+
+---
+diff --git a/data/InputAutoCfg.ini b/data/InputAutoCfg.ini
+index 418db961ea650ee5a12011cafc50c913bda021ba..17dface4fa76d224b75e744084e68c88d3591829 100644
+--- a/data/InputAutoCfg.ini
++++ b/data/InputAutoCfg.ini
+@@ -564,6 +564,31 @@ Rumblepak switch = button(15)
+ X Axis = axis(4-,4+)
+ Y Axis = axis(5-,5+)
+ 
++[Nintendo Wii Remote Pro Controller]
++plugged = True
++plugin = 2
++mouse = False
++AnalogDeadzone = 2000,2000
++AnalogPeak = 17000,17000
++DPad R = button(16)
++DPad L = button(15)
++DPad D = button(14)
++DPad U = button(13)
++Start = button(9)
++Z Trig = button(6)
++B Button = button(0)
++A Button = button(1)
++C Button R = axis(2+)
++C Button L = axis(2-)
++C Button D = axis(3+)
++C Button U = axis(3-)
++R Trig = button(5)
++L Trig = button(4)
++Mempak switch =
++Rumblepak switch =
++X Axis = axis(0-,0+)
++Y Axis = axis(1+,1-)
++
+ [PC Game Controller]
+ plugged = True
+ plugin = 2
diff --git a/debian/patches/series b/debian/patches/series
index 696dded..3275cd4 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -9,3 +9,4 @@ autoconfig_twin_gamepad.patch
 autoconfig_xbox360_refined.patch
 autoconfig_sidewinder_gamepad_pro.patch
 autoconfig_retrolink_n64.patch
+autoconfig_nintendo_wii_remote_pro.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