summaryrefslogtreecommitdiff
path: root/src/input_common
AgeCommit message (Expand)Author
2018-09-10Port #4141 from citra: Joystick hotplug support (#1275)Tobias
2018-08-02input_common: Use std::move where applicableLioncash
2018-08-02input_common: Add missing override specifiersLioncash
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-04-26input_common: Move old logging macros over to fmt-capable onesLioncash
2018-04-20math_util: Remove the Clamp() functionLioncash
2018-01-20Format: Run the new clang format on everythingJames Rowe
2018-01-18Merge pull request #84 from lioncash/cmakebunnei
2018-01-17CMakeLists: Derive the source directory grouping from targets themselvesLioncash
2018-01-17input_common/sdl: Silence a -Wpessimizing-move warningLioncash
2018-01-15Adding meumart's Citra SDL Joystick support. Citra PR #3116muemart
2017-08-22motion_emu: fix initialization orderwwylele
2017-08-19Merge pull request #2861 from wwylele/motion-refactorJames Rowe
2017-08-19motion_emu: no need to include thread in headerwwylele
2017-08-14Fix Spelling/English mistakesDave Leaver
2017-08-11move MotionEmu from core/frontend to input_common as a InputDevicewwylele
2017-08-11Fix some spelling mistakesdanzel
2017-05-27CMake: Define an interface target for SDL2 definitionsYuri Kunde Schlesner
2017-05-27CMake: Correct inter-module dependencies and library visibilityYuri Kunde Schlesner
2017-04-17input_common/sdl: add support for binding button to axiswwylele
2017-03-17citra-qt: release all buttons when render window focus is lostwwylele
2017-03-01InputCommon: add SDL joystick supportwwylele
2017-03-01InputCommon: add AnalogFromButtonwwylele
2017-03-01InputCommon: add Keyboardwwylele