fyhuang / enjoy2

Transform joystick input into keyboard and mouse events (OSX)
MIT License
363 stars 55 forks source link

Modernize/fix build #13

Closed stephencelis closed 10 years ago

stephencelis commented 10 years ago
  1. Update project settings.
  2. Update target to 10.7 (incompatible layout constraints were causing a build failure).
  3. Include the dualshock joystick image in the repo (it was missing for some reason).

This branch also includes the commits from #6, which are needed for controller compatibility in OS X 10.10 Yosemite.

This should also effectively close #11 and #12.