This website requires JavaScript.
Explore
Help
Sign In
The-Homebrew-Cloud
/
dolphin
Watch
2
Star
0
Fork
0
You've already forked dolphin
mirror of
https://github.com/dolphin-emu/dolphin.git
synced
2025-02-05 12:26:33 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
dolphin
/
Source
/
Core
/
InputCommon
/
ControllerInterface
/
OSX
History
Markus Wick
b9e4f67d3a
Merge pull request
#4405
from xrix4096/mac-unknown-joyaxis
...
Make analog triggers on PS3 controllers accessible on Mac
2016-10-31 13:01:47 +01:00
..
OSX.h
ControllerInterface: Don't pass m_devices to the backends
2016-06-25 13:46:53 +02:00
OSX.mm
ControllerInterface: Make the ID assigning code common
2016-07-14 10:50:53 +02: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