mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 11:04:51 -04:00
15 lines
751 B
Plaintext
15 lines
751 B
Plaintext
$NetBSD: patch-aj,v 1.3 2006/03/18 15:56:00 ben Exp $
|
|
|
|
--- snes9x.cpp.orig 2004-12-30 14:15:47.000000000 -0800
|
|
+++ snes9x.cpp
|
|
@@ -200,6 +200,9 @@ void S9xUsage ()
|
|
-joydevX /dev/jsY Use joystick device /dev/jsY for emulation of gamepad X\n");
|
|
S9xMessage (S9X_INFO, S9X_USAGE, "\
|
|
-joymapX 0 1 2 3 4 5 6 7 Joystick buttons which should be assigned to gamepad X - A B X Y TL TR Start and Select\n");
|
|
+#elif defined(__NetBSD__) || defined(__DragonFly__)
|
|
+ S9xMessage (S9X_INFO, S9X_USAGE, "\
|
|
+-joymapX 0 1 2 3 4 5 6 7 Joystick buttons which should be assigned to gamepad X - A B X Y TL TR Start and Select\n");
|
|
#else
|
|
S9xMessage (S9X_INFO, S9X_USAGE, "\
|
|
-four or -4 Single standard PC joystick has four buttons\n");
|