]> Shamusworld >> Repos - virtualjaguar/commit
Fixed updated joystick handling, first major stab at gamepad profiles.
authorShamus Hammons <jlhamm@acm.org>
Sat, 4 May 2013 03:53:35 +0000 (22:53 -0500)
committerShamus Hammons <jlhamm@acm.org>
Sat, 4 May 2013 03:53:35 +0000 (22:53 -0500)
commit69effddb777c2009d32f70e3315d5570973446ef
tree14013cbe64999c4e187734732611a9c7d1394c18
parenteec77bddfd9b9169b23717cf3b37d182ca88bbc3
Fixed updated joystick handling, first major stab at gamepad profiles.

There was a problem in JERRY's read byte routine, it was getting bad
data as a result of the conversion of the joystick read routines to
word data size only. Apparently some programs (like Rayman) read
JOYSTICK a byte at a time. :-P

Also, this marks the first stable commit of the the new gamepad profile
system. There's still work to do, but this should make it much nicer
for people who use VJ with multiple input devices.
17 files changed:
src/gui/app.cpp
src/gui/configdialog.cpp
src/gui/configdialog.h
src/gui/controllertab.cpp
src/gui/controllertab.h
src/gui/controllerwidget.cpp
src/gui/controllerwidget.h
src/gui/gamepad.cpp
src/gui/mainwin.cpp
src/gui/mainwin.h
src/gui/profile.cpp [new file with mode: 0644]
src/gui/profile.h [new file with mode: 0644]
src/jerry.cpp
src/joystick.cpp
virtualjaguar.pro
virtualjaguar_fr.ts
virtualjaguar_gr.ts