Commit Graph

7 Commits (35eee446c74b642b6b5fd54eeadb2d8062bc2139)

Author SHA1 Message Date
Yuri Kunde Schlesner 776cb91785 CMake: Define an interface target for SDL2 definitions 9 years ago
Yuri Kunde Schlesner 7b81903756 CMake: Correct inter-module dependencies and library visibility
Modules didn't correctly define their dependencies before, which relied
on the frontends implicitly including every module for linking to
succeed.

Also changed every target_link_libraries call to specify visibility of
dependencies to avoid leaking definitions to dependents when not
necessary.
9 years ago
wwylele 4ad82f2e5a input_common/sdl: add support for binding button to axis 9 years ago
wwylele 5245c86f26 citra-qt: release all buttons when render window focus is lost
credit to @Hawkheart for the original idea
9 years ago
wwylele 51b1c1f211 InputCommon: add SDL joystick support 9 years ago
wwylele a6bd7917cb InputCommon: add AnalogFromButton 9 years ago
wwylele 38e800f70d InputCommon: add Keyboard 9 years ago