[mupen64plus-input-sdl] 102/196: Add auto-config for Hyperkin Tomee N64 controller

Sven Eckelmann ecsv-guest at moszumanska.debian.org
Thu Nov 26 06:00:25 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 c45ba10cf63de369f7b019955ca6c82e15ef49e9
Author: Sven Eckelmann <sven at narfation.org>
Date:   Tue May 1 08:27:04 2012 +0200

    Add auto-config for Hyperkin Tomee N64 controller
---
 debian/changelog                           |  6 +++--
 debian/patches/hyperkin_tomee_config.patch | 41 ++++++++++++++++++++++++++++++
 debian/patches/series                      |  1 +
 3 files changed, 46 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a2ebeb9..d9f2e68 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-mupen64plus-input-sdl (1.99.5-2) UNRELEASED; urgency=low
+mupen64plus-input-sdl (1.99.5-2) unstable; urgency=low
 
   [ Simon Ruderich ]
   * Let debhelper set the buildflags implicitly
@@ -6,9 +6,11 @@ mupen64plus-input-sdl (1.99.5-2) UNRELEASED; urgency=low
   [ Sven Eckelmann ]
   * debian/patches:
     - Add huijia_adapter_config.patch, Fix for HuiJia adapter auto-config
+    - Add hyperkin_tomee_config.patch, Added auto-config for Hyperkin Tomee N64
+      controller
   * Install architecture independent files into /usr/share/games/mupen64plus
 
- -- Sven Eckelmann <sven at narfation.org>  Sun, 18 Mar 2012 16:52:24 +0100
+ -- Sven Eckelmann <sven at narfation.org>  Tue, 01 May 2012 08:26:30 +0200
 
 mupen64plus-input-sdl (1.99.5-1) unstable; urgency=low
 
diff --git a/debian/patches/hyperkin_tomee_config.patch b/debian/patches/hyperkin_tomee_config.patch
new file mode 100644
index 0000000..7a119c3
--- /dev/null
+++ b/debian/patches/hyperkin_tomee_config.patch
@@ -0,0 +1,41 @@
+Description: added auto-config for Hyperkin Tomee N64 controller
+Author: Richard Goedeken <Richard at fascinationsoftware.com>
+Origin: upstream, https://bitbucket.org/richard42/mupen64plus-input-sdl/changeset/18b3ab2408be
+
+---
+diff --git a/data/InputAutoCfg.ini b/data/InputAutoCfg.ini
+index 2c917fedfe7fc429681f08567f7f3d382b4bb26b..152b36ef026781600696396497ac4ad28ebd3dff 100644
+--- a/data/InputAutoCfg.ini
++++ b/data/InputAutoCfg.ini
+@@ -359,6 +359,31 @@ Rumblepak switch = key(114)
+ X Axis = axis(0-,0+)
+ Y Axis = axis(1-,1+)
+ 
++[PC Game Controller]
++plugged = True
++plugin = 2
++mouse = False
++AnalogDeadzone = 4096,4096
++AnalogPeak = 32768,32768
++DPad R = hat(0 Right)
++DPad L = hat(0 Left)
++DPad D = hat(0 Down)
++DPad U = hat(0 Up)
++Start = button(9)
++Z Trig = button(8)
++B Button = button(4)
++A Button = button(5)
++C Button R = button(1)
++C Button L = button(3)
++C Button D = button(2)
++C Button U = button(0)
++R Trig = button(7)
++L Trig = button(6)
++Mempak switch = key(109)
++Rumblepak switch = key(114)
++X Axis = axis(0-,0+)
++Y Axis = axis(1-,1+)
++
+ [SAITEK P880]
+ plugged = True
+ plugin = 2
diff --git a/debian/patches/series b/debian/patches/series
index 32129c9..a85ddab 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 huijia_adapter_config.patch
+hyperkin_tomee_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