MathewWi / mupen64gc

Automatically exported from code.google.com/p/mupen64gc
GNU General Public License v2.0
0 stars 0 forks source link

Enhancement: Adaptoid input patch #228

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I patched Wii64 (from rev 942) to add an input plugin for the Adaptoid.

In the changes there are also:

 * adjustments to the analog stick magnitudes for the nunchuk (I didn't
bother to do the same for the classic and GC plugins, but they should be
adjusted accordingly. The N64 controller axes seem to go from -75 to +75
(and not -127 to +127).

 * Build fixes for devkitPPC r19.

I couldn't figure out how to perform raw access to the controller yet, so
no support yet for rumble or memory card.

Original issue reported on code.google.com by danielos...@gmail.com on 4 Mar 2010 at 8:51

Attachments:

GoogleCodeExporter commented 9 years ago
Thank you for this; it looks pretty good.  We are considering implementing USB 
HID
support in the future if it can be done with minimal overhead.  Do you know how 
much
more effort generic HID support would take?

You're right about the input not being [-127,127], although from documentation 
I just
checked its [-80,80].  Thanks for pointing this out; the next version will 
include
this correction as it seems to improve the input significantly.

Original comment by tehp...@gmail.com on 9 Mar 2010 at 2:46

GoogleCodeExporter commented 9 years ago
I'm actually working on a patch for full HID support directly inside libogc (at 
least
for joysticks, as mouse and keyboard are already supported, and other kind of 
devices
are rare).

Original comment by danielos...@gmail.com on 9 Mar 2010 at 4:13

GoogleCodeExporter commented 9 years ago

Original comment by emuki...@gmail.com on 11 May 2010 at 12:32