dolphin/Source/Core/InputCommon/Src/ControllerInterface/OSX
Soren Jorvang c07fb95821 PS3 controllers have some input elements with very large value fields
that cause IOHIDValueGetIntegerValue() to smash the stack when trying
to convert them.

In practice, all relevant axes seem to also be available as either
8 or 16-bit values, so just ignore anything that doesn't look like
that (or a button).

Fixes issue 3931.


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7255 8ced0084-cf51-0410-be5f-012b33b47a6e
2011-02-27 00:15:26 +00:00
..
OSX.h Guard against controller instances without any inputs. 2011-01-30 08:12:34 +00:00
OSX.mm Enumerate identically named input devices. 2011-01-30 05:46:19 +00:00
OSXJoystick.h Enumerate identically named input devices. 2011-01-30 05:46:19 +00:00
OSXJoystick.mm PS3 controllers have some input elements with very large value fields 2011-02-27 00:15:26 +00:00
OSXKeyboard.h Enumerate identically named input devices. 2011-01-30 05:46:19 +00:00
OSXKeyboard.mm Guard against controller instances without any inputs. 2011-01-30 08:12:34 +00:00