summaryrefslogtreecommitdiffstats
path: root/src/input_common/CMakeLists.txt (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #9300 from ameerj/pchliamwhite2022-12-031-0/+5
|\
| * CMake: Use precompiled headersameerj2022-11-301-0/+5
* | CMake: Directly link to SDL2-static when appropriatelat9nq2022-11-291-1/+5
|/
* CMakeLists: Remove redundant warningsMorph2022-10-221-2/+0
* CMakeLists: Treat MSVC warnings as errorsMorph2022-10-221-1/+0
* general: Enforce C4800 everywhere except in video_coreMorph2022-10-221-0/+1
* CMakeLists: Remove all redundant warningsMorph2022-10-221-5/+0
* input_common: Create virtual amiibo drivergerman772022-10-021-0/+2
* chore: make yuzu REUSE compliantAndrea Pappacoda2022-07-271-0/+3
* input_common: Add camera drivergerman772022-07-241-0/+2
* CMakeLists: Make variable shadowing a compile-time errorMorph2022-06-141-1/+0
* input_common: Remove obsolete filesgerman772021-11-251-4/+0
* input_common: Rewrite SDLgerman772021-11-251-4/+4
* input_common: Rewrite udp clientgerman772021-11-251-4/+2
* input_common: Rewrite tas inputgerman772021-11-251-4/+2
* input_common: Rewrite gc_adaptergerman772021-11-251-4/+2
* input_common: Rewrite touchgerman772021-11-251-0/+2
* input_common: Rewrite mousegerman772021-11-251-4/+2
* input_common: Rewrite keyboardgerman772021-11-251-2/+2
* input_common: Move touch and analog from button. Move udp protocolgerman772021-11-251-6/+6
* input_common: Create input poller and mappinggerman772021-11-251-0/+6
* input_common/tas: Base playback & recording systemMonsterDruide12021-09-181-0/+4
* CMakeLists: Treat -Wsign-compare as an error on GCC/ClangMorph2021-07-061-3/+0
* input_common: Enforce C4242Morph2021-06-281-12/+4
* cmake: General improvements to libusb linkinglat9nq2021-06-031-2/+1
* cmake: Use SDL 2.0.14 and fix CMake scope issuelat9nq2021-04-181-1/+1
* common: Move settings to common from core.bunnei2021-04-151-2/+0
* Merge pull request #4939 from german77/MouseInputbunnei2020-11-301-2/+4
|\
| * Implement full mouse supportgerman2020-11-261-2/+4
* | input_common: ignore some Clang warnings after 5c4774e8ce1dJan Beich2020-11-261-2/+2
* | input_common: Treat warnings as errorsLioncash2020-11-221-0/+4
|/
* input_common/CMakeLists: Make some warnings errorsLioncash2020-10-161-0/+29
* Add random motion input to keyboardgerman2020-09-261-0/+2
* Merge pull request #4570 from german77/motionInputbunnei2020-09-021-0/+2
|\
| * Implement a basic class for motion devicesgerman2020-08-281-0/+2
* | yuzu: Add motion and touch configurationFearlessTobi2020-08-291-0/+2
|/
* Project Mjölnir: Part 1Morph2020-08-261-0/+2
* input_common: make libusb private to gc_adapterJan Beich2020-07-131-2/+2
* cmake: pass libusb include directory as wellJan Beich2020-07-091-0/+1
* GC Adapter ImplementationAmeer2020-06-211-0/+6
* input_common: Use the CMake target instead of the variable.Markus Wick2020-04-161-1/+1
* Input: UDP Client to provide motion and touch controlsfearlessTobi2020-01-231-1/+7
* Input: Remove global variables from SDL InputJames Rowe2019-03-021-6/+9
* CMakeLists: Derive the source directory grouping from targets themselvesLioncash2018-01-181-19/+12
* move MotionEmu from core/frontend to input_common as a InputDevicewwylele2017-08-111-0/+2
* CMake: Define an interface target for SDL2 definitionsYuri Kunde Schlesner2017-05-281-2/+1
* CMake: Correct inter-module dependencies and library visibilityYuri Kunde Schlesner2017-05-281-3/+3
* InputCommon: add SDL joystick supportwwylele2017-03-011-0/+10
* InputCommon: add AnalogFromButtonwwylele2017-03-011-0/+2
* InputCommon: add Keyboardwwylele2017-03-011-0/+15