summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-09-21 04:56:47 +0000
committerMike Frysinger <vapier@gentoo.org>2003-09-21 04:56:47 +0000
commitfeba97aaee637209f5b6dc8fe2eac33bb62f7128 (patch)
tree1daa4dc8f40b1d6e411b85622e090cf11c44aea5 /games-emulation/gxmame/files
parentnow in games-server (diff)
downloadgentoo-2-feba97aaee637209f5b6dc8fe2eac33bb62f7128.tar.gz
gentoo-2-feba97aaee637209f5b6dc8fe2eac33bb62f7128.tar.bz2
gentoo-2-feba97aaee637209f5b6dc8fe2eac33bb62f7128.zip
fix for #29179
Diffstat (limited to 'games-emulation/gxmame/files')
-rw-r--r--games-emulation/gxmame/files/0.33-newxmame.patch24
-rw-r--r--games-emulation/gxmame/files/digest-gxmame-0.33-r1 (renamed from games-emulation/gxmame/files/digest-gxmame-0.33)0
2 files changed, 24 insertions, 0 deletions
diff --git a/games-emulation/gxmame/files/0.33-newxmame.patch b/games-emulation/gxmame/files/0.33-newxmame.patch
new file mode 100644
index 000000000000..da71ec76c180
--- /dev/null
+++ b/games-emulation/gxmame/files/0.33-newxmame.patch
@@ -0,0 +1,24 @@
+--- src/options.c.orig 2003-09-20 20:10:37.496519168 +1000
++++ src/options.c 2003-09-20 21:00:37.709417480 +1000
+@@ -6555,8 +6555,8 @@
+ "-%sanalogstick "
+ "%s " /* joy */
+ "-%smouse "
+- "-%shotrod "
+- "-%shotrodse "
++ "%s "
++ "%s "
+ "-%susbpspad "
+ "-%srapidfire "
+ "%s " /* trackball1 */
+@@ -6571,8 +6571,8 @@
+ (target->analogstick)?"":"no",
+ joy?joy:"",
+ (target->mouse)?"":"no",
+- (target->hotrod)?"":"no",
+- (target->hotrodse)?"":"no",
++ (target->hotrod)?"-ctrlr HotRod":"",
++ (target->hotrodse)?"-ctrlr HotRodSE":"",
+ (target->usbpspad)?"":"no",
+ (target->rapidfire)?"":"no",
+ trackball1?trackball1:"",
diff --git a/games-emulation/gxmame/files/digest-gxmame-0.33 b/games-emulation/gxmame/files/digest-gxmame-0.33-r1
index 252d98a085ee..252d98a085ee 100644
--- a/games-emulation/gxmame/files/digest-gxmame-0.33
+++ b/games-emulation/gxmame/files/digest-gxmame-0.33-r1