[mupen64plus-input-sdl] 162/196: Add support for Retrolink N64 USB clone

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 f9eb1dd024eb4488deca694779b59c9986d9d1f1
Author: Sven Eckelmann <sven at narfation.org>
Date:   Fri Dec 13 17:09:46 2013 +0100

    Add support for Retrolink N64 USB clone
---
 debian/changelog                              |  2 ++
 debian/patches/autoconfig_retrolink_n64.patch | 41 +++++++++++++++++++++++++++
 debian/patches/series                         |  1 +
 3 files changed, 44 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 9fef2ac..2acdc42 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ mupen64plus-input-sdl (2.0-3) UNRELEASED; urgency=low
     - Add autoconfig_xbox360_refined.patch, Refine autoconfiguration for XBox360
     - Add autoconfig_sidewinder_gamepad_pro.patch, Add support for Microsoft
       SideWinder Game Pad Pro USB version 1.0
+    - Add autoconfig_retrolink_n64.patch, Add support for Retrolink N64 USB
+      clone
   * 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_retrolink_n64.patch b/debian/patches/autoconfig_retrolink_n64.patch
new file mode 100644
index 0000000..16532bf
--- /dev/null
+++ b/debian/patches/autoconfig_retrolink_n64.patch
@@ -0,0 +1,41 @@
+Description: Add support for Retrolink N64 USB clone
+Author: William Shipley <willrandship at gmail.com>
+
+---
+diff --git a/data/InputAutoCfg.ini b/data/InputAutoCfg.ini
+index d2aff64f0e5c387ee0bc5944fceb51324018699a..418db961ea650ee5a12011cafc50c913bda021ba 100644
+--- a/data/InputAutoCfg.ini
++++ b/data/InputAutoCfg.ini
+@@ -176,6 +176,32 @@ Rumblepak switch =
+ X Axis = axis(0-,0+)
+ Y Axis = axis(1-,1+)
+ 
++; Retrolink N64 USB clone 
++[Generic   USB  Joystick]
++plugged = True
++plugin = 2
++mouse = False
++AnalogDeadzone = 4096,4096
++AnalogPeak = 32768,32768
++DPad R = axis(5+)
++DPad L = axis(5-)
++DPad D = axis(6+)
++DPad U = axis(6-)
++Start = button(9)
++Z Trig = button(7)
++B Button = button(8)
++A Button = button(6)
++C Button R = button(1)
++C Button L = button(3)
++C Button D = button(2)
++C Button U = button(0)
++R Trig = button(5)
++L Trig = button(4)
++Mempak switch = key(109)
++Rumblepak switch = key(114)
++Y Axis = axis(1-,1+)
++X Axis = axis(0-,0+)
++
+ [GreenAsia Inc. USB Joystick]
+ plugged = True
+ plugin = 2
diff --git a/debian/patches/series b/debian/patches/series
index 28598d6..696dded 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -8,3 +8,4 @@ autoconfig_szmy_gamepad3.patch
 autoconfig_twin_gamepad.patch
 autoconfig_xbox360_refined.patch
 autoconfig_sidewinder_gamepad_pro.patch
+autoconfig_retrolink_n64.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