summaryrefslogtreecommitdiff
path: root/platform/windows/joypad.cpp
AgeCommit message (Collapse)Author
2017-01-16Style: Various fixes to play nice with clang-formatRémi Verschelde
2017-01-08More fixes to Joypad renaming.Andreas Haas
Windows did not compile anymore because DI8DEVTYPE_JOYPAD obviously isn't defined in the directx headers ^^ I also did the same renaming as in #7473 for the windows platform and reverted the changes in the gamepad mappings.
2017-01-08Finish replacement of joystick by joypadRémi Verschelde
Some parts were forgotten in 547a577.