dolphin/Source/Core/InputCommon/ControllerInterface/OSX
Michael Maltese 3e69d066f5 ControllerInterface: replace Reinitialize with RefreshDevices
The SDL backend crashes when you close a joystick after SDL_Quit has
been called. Some backends don't need to be shutdown and
re-initialized everytime, we can just ask to enumerate devices again.
2016-11-30 16:07:55 -08:00
..
OSX.h ControllerInterface: replace Reinitialize with RefreshDevices 2016-11-30 16:07:55 -08:00
OSX.mm ControllerInterface: replace Reinitialize with RefreshDevices 2016-11-30 16:07:55 -08:00
OSXJoystick.h ControllerInterface: Make the ID assigning code common 2016-07-14 10:50:53 +02:00
OSXJoystick.mm Use the IOHIDElement cookie as a part of the axis name for unknown axis. Previously the 'usage' value was used to identify the axis by name, but this is not unique. For example on a PS3 controller *all* axis other than the well known ones return a usage of '1' so there are 30 or more axis all named "1". This stops things such as analog triggers being usable. 2016-10-30 10:36:53 +00:00
OSXKeyboard.h ControllerInterface: Make the ID assigning code common 2016-07-14 10:50:53 +02:00
OSXKeyboard.mm Fix various comment typos 2016-10-24 18:27:49 +02:00