2 changed files with 2 additions and 29 deletions
@ -1,25 +0,0 @@
|
||||
Index: src/options.c
|
||||
--- src/options.c.orig 2003-06-08 20:48:37.000000000 +0200
|
||||
+++ src/options.c 2003-10-26 19:49:01.000000000 +0100
|
||||
@@ -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:"",
|
||||
Loading…
Reference in new issue