dolphin/Source/Core/InputCommon
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
..
Src PS3 controllers have some input elements with very large value fields 2011-02-27 00:15:26 +00:00
CMakeLists.txt Small fix for cmake on osx, more work left to be done 2011-02-07 15:51:38 +00:00
InputCommon.vcxproj revert r7212 (express users must modify a single line, instead) 2011-02-21 15:17:41 +00:00
InputCommon.vcxproj.filters svn eol-style:native on the filters... 2011-01-31 07:58:59 +00:00