| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | CMakeLists: Derive the source directory grouping from targets themselves | 2018-01-17 | 1 | -19/+12 | |
| | | | | | | Removes the need to store to separate SRC and HEADER variables, and then construct the target in most cases. | ||||
| * | move MotionEmu from core/frontend to input_common as a InputDevice | 2017-08-11 | 1 | -0/+2 | |
| | | |||||
| * | CMake: Define an interface target for SDL2 definitions | 2017-05-27 | 1 | -2/+1 | |
| | | |||||
| * | CMake: Correct inter-module dependencies and library visibility | 2017-05-27 | 1 | -3/+3 | |
| | | | | | | | | | | | 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. | ||||
| * | InputCommon: add SDL joystick support | 2017-03-01 | 1 | -0/+10 | |
| | | |||||
| * | InputCommon: add AnalogFromButton | 2017-03-01 | 1 | -0/+2 | |
| | | |||||
| * | InputCommon: add Keyboard | 2017-03-01 | 1 | -0/+15 | |