summaryrefslogtreecommitdiff
path: root/src/input_common (unfollow)
Commit message (Expand)AuthorFilesLines
2023-01-10yuzu: Read mouse wheel inputGravatar Narr the Reg1-1/+1
2023-01-07TAS: Show all script lengths for multiplayerGravatar MonsterDruide12-4/+10
2023-01-05input_common: Create an update engineGravatar Narr the Reg2-6/+37
2022-12-28cmake: make libusb optionalGravatar Liam2-7/+32
2022-12-18input_common: Cleanup projectGravatar german772-206/+83
2022-12-18bootmanager: Use proper camera sizeGravatar german771-0/+1
2022-12-16input_common: Add virtual gamepadGravatar german775-0/+183
2022-12-16camera: Use pre-allocated vector for camera dataGravatar ameerj2-2/+4
2022-12-12input_common: Filter SDL GUIDGravatar Narr the Reg1-0/+2
2022-12-06cmake: prefer system libusbGravatar Alexandre Bouvier1-3/+1
2022-12-06cmake: use sdl2 imported targetGravatar Alexandre Bouvier1-5/+1
2022-12-04input_common: Allow mifare filesGravatar Narr the Reg2-16/+29
2022-11-30CMake: Consolidate common PCH headersGravatar ameerj1-7/+1
2022-11-29CMake: Use precompiled headersGravatar ameerj2-0/+17
2022-11-28CMake: Directly link to SDL2-static when appropriateGravatar lat9nq1-1/+5
2022-11-28input_common/helpers: Mark analog property structs members as static constexprGravatar Lioncash2-2/+18
2022-11-28common/input: Add helpers functions for creating input and output devicesGravatar Lioncash3-71/+49
2022-11-27input_common: Pump sdl events from main threadGravatar german774-10/+21
2022-11-27yuzu-cmd: Fix input callback crash on closeGravatar german771-0/+10
2022-11-22general: fix compile for Apple ClangGravatar Liam4-3/+3
2022-11-19core: hid: Implement true multitouch supportGravatar Narr the Reg2-17/+10
2022-11-13general: Address review commentsGravatar german772-2/+2
2022-11-13input_common: Add amiibo applet functionsGravatar german773-1/+19
2022-10-22CMakeLists: Remove redundant warningsGravatar Morph1-2/+0
2022-10-22CMakeLists: Treat MSVC warnings as errorsGravatar Morph1-1/+0
2022-10-22general: Enforce C4800 everywhere except in video_coreGravatar Morph3-11/+12
2022-10-22CMakeLists: Remove all redundant warningsGravatar Morph1-5/+0
2022-10-21input_common: cache vibration testsGravatar german776-13/+78
2022-10-09input_common: have an unique vector in callback statusGravatar german771-2/+8
2022-10-03common: remove "yuzu:" prefix from thread namesGravatar Liam3-5/+5
2022-10-02service: nfp: address commentsGravatar german774-5/+6
2022-10-02input_common: Enable virtual amiibo driverGravatar german774-0/+102
2022-10-02input_common: Create virtual amiibo driverGravatar german775-0/+217
2022-09-06input_common: Add support for analog toggleGravatar Narr the Reg1-0/+1
2022-09-03input_common: sdl: Always check for motion on reconnectGravatar Narr the Reg1-4/+7
2022-07-27chore: make yuzu REUSE compliantGravatar Andrea Pappacoda14-37/+28
2022-07-25Address first part of review commentsGravatar FearlessTobi1-1/+1
2022-07-23input_common: Add camera driverGravatar german779-4/+267
2022-06-28input_common: sdl: lower vibration frequency and use it's own unique threadGravatar german772-1/+10
2022-06-13CMakeLists: Make variable shadowing a compile-time errorGravatar Morph1-1/+0
2022-06-06input_common: Replace usage of string guid to common uuidGravatar Narr the Reg2-33/+38
2022-05-23input_common: Make vibration request asyncGravatar Narr the Reg2-2/+33
2022-05-23input_common: touch: Rewrite touch driver to support multiple touch pointsGravatar german772-31/+110
2022-05-02Revert "gc_adapter: fix libusb import on GCC11.2"Gravatar Morph1-4/+0
2022-05-02gc_adapter: fix libusb import on GCC11.2Gravatar Levi Behunin1-0/+4
2022-04-28chore: add missing SPDX tagsGravatar Andrea Pappacoda2-6/+4
2022-04-26yuzu: config: Set default range to 95%Gravatar Narr the Reg1-1/+1
2022-04-23general: Convert source file copyright comments over to SPDXGravatar Morph14-42/+28
2022-04-20input_common: Ignore boost uninitialized local variableGravatar Narr the Reg1-0/+9
2022-04-07input_common: Replace lock_guard with scoped_lockGravatar Merry2-29/+29