Search found 3 matches

by ikari_01
Mon Jul 06, 2009 9:39 am
Forum: Tech Talk
Topic: SA-1 Documentation
Replies: 7
Views: 4730

Does anybody still have that document? The link is dead. Seems I missed it by a couple of days. :(
by ikari_01
Sat Jul 22, 2006 2:14 pm
Forum: Bug Reports/Feature Requests
Topic: [linux] [PATCH] Fix SDL button event handling
Replies: 2
Views: 1507

n/m

grinvader wrote:This typo is already fixed in current source (and has been for a long time).
Yeah, I noticed shortly after while browsing the Linux Sound thread. I also figured this should have gone in the Development forum. Sorry. :oops:
by ikari_01
Thu Jul 20, 2006 11:56 pm
Forum: Bug Reports/Feature Requests
Topic: [linux] [PATCH] Fix SDL button event handling
Replies: 2
Views: 1507

[linux] [PATCH] Fix SDL button event handling

Hi, when a button with an index of >=320 is pressed, its SDL_JOYBUTTONUP event is not handled properly due to a typo in linux/sdllink.c: ("256+64" instead of "256+128+64"). The patch fixes the wrong constant and also replaces all occurences of the constant in question (448) with ...