| Commit message (Expand) | Author | Files | Lines |
2023-11-15 | service: hid: Split hid.cpp into individual interfaces | Narr the Reg | 1 | -210/+2 |
2023-09-16 | service: hid: Implement ApplyNpadSystemCommonPolicy | german77 | 1 | -1/+1 |
2023-03-30 | service: hid: Implement SetNpadJoyAssignmentModeSingleWithDestination | german77 | 1 | -0/+1 |
2023-03-01 | service: move hle_ipc from kernel | Liam | 1 | -110/+110 |
2023-02-25 | core: Update service function tables to 16.0.0+ | Narr the Reg | 1 | -0/+1 |
2023-02-24 | hid: avoid direct pointer access of transfer memory objects | Liam | 1 | -2/+8 |
2023-02-21 | service: refactor server architecture | Liam | 1 | -2/+1 |
2022-11-19 | service: hid: Only overclock npad controllers | german77 | 1 | -1/+3 |
2022-09-25 | service: hid: Partially implement palma controller | Narr the Reg | 1 | -0/+29 |
2022-05-27 | service: hid: Implement ResetIsSixAxisSensorDeviceNewlyAssigned | german77 | 1 | -0/+1 |
2022-05-27 | service: hid: Implement LoadSixAxisSensorCalibrationParameter and GetSixAxisSensorIcInformation | german77 | 1 | -0/+2 |
2022-05-27 | service: hid: Implement EnableSixAxisSensorUnalteredPassthrough and IsSixAxisSensorUnalteredPassthroughEnabled | german77 | 1 | -0/+2 |
2022-04-27 | service: hid: Stub IsFirmwareUpdateNeededForNotification | german77 | 1 | -0/+1 |
2022-04-23 | service: hid: Access shared memory directly | Narr the Reg | 1 | -4/+5 |
2022-04-23 | general: Convert source file copyright comments over to SPDX | Morph | 1 | -3/+2 |
2022-04-18 | service: hid: Improve accuracy of sixaxis functions | Narr the Reg | 1 | -0/+1 |
2022-02-12 | hid: Stub IsUsbFullKeyControllerEnabled | lat9nq | 1 | -0/+1 |
2021-12-06 | service/hid: Stub SetNpadCaptureButtonAssignment and ClearNpadCaptureButtonAssignment | german77 | 1 | -0/+2 |
2021-11-25 | core/hid: Improve accuary of mouse implementation | german77 | 1 | -2/+2 |
2021-11-25 | core/hid: Improve accuracy of the keyboard implementation | german77 | 1 | -0/+2 |
2021-11-25 | service/hid: Remove includes of core.h and settings.h | german77 | 1 | -2/+2 |
2021-11-25 | service/hid: Use remove duplicated code, update names | german77 | 1 | -27/+0 |
2021-09-10 | hid: Stub SetTouchScreenConfiguration | german77 | 1 | -0/+1 |
2021-07-21 | hle: service: Add a helper module for managing kernel objects. | bunnei | 1 | -1/+12 |
2021-06-11 | hid: Stub IsFirmwareUpdateAvailableForSixAxisSensor | german77 | 1 | -0/+1 |
2021-05-06 | hle: kernel: Migrate KSharedMemory to KAutoObject. | bunnei | 1 | -6/+0 |
2021-04-08 | service: hid: Stub SetAnalogStickUseCenterClamp | Morph | 1 | -0/+1 |
2021-02-21 | hid: Implement GameCube Controller Vibrations | Morph | 1 | -0/+10 |
2021-02-19 | hle: kernel: Rename SharedMemory to KSharedMemory. | bunnei | 1 | -2/+2 |
2021-02-04 | Adds missing controller types and properties | german | 1 | -4/+6 |
2021-01-24 | Stub Set/Get/Reset SixaxisSensorFusionParameters | german | 1 | -0/+3 |
2020-11-27 | Stub set and get NpadCommunicationMode | german | 1 | -0/+2 |
2020-11-27 | service: Eliminate usages of the global system instance | Lioncash | 1 | -4/+2 |
2020-11-16 | hid: Stub IsVibrationDeviceMounted | Morph | 1 | -0/+1 |
2020-11-16 | hid: Reorder all HID commands | Morph | 1 | -10/+10 |
2020-11-16 | hid: Implement GetVibrationDeviceInfo | Morph | 1 | -0/+16 |
2020-09-30 | Stubbed EnableSixAxisSensorFusion | german | 1 | -0/+1 |
2020-09-30 | hid: Stub HomeButtonInputProtection service commands | Morph | 1 | -0/+2 |
2020-09-24 | Use different timing for motion | german | 1 | -0/+2 |
2020-09-05 | Include HID and configuration changes related to motion | german | 1 | -0/+2 |
2020-07-28 | core_timing: Make use of uintptr_t to represent user_data | Lioncash | 1 | -1/+1 |
2020-07-16 | core_timing: Make TimedCallback take std::chrono::nanoseconds | Lioncash | 1 | -4/+3 |
2020-06-24 | hid: Stub a series of "SevenSixAxisSensor" service commands | Morph | 1 | -4/+9 |
2020-06-21 | hid: Implement Get/ResetGyroscopeZeroDriftMode | Morph | 1 | -0/+2 |
2020-06-01 | hid: Stub GetXpadIDs | VolcaEM | 1 | -0/+1 |
2020-05-11 | Stub SendKeyboardLockKeyEvent | David Marcec | 1 | -0/+1 |
2020-04-26 | services: hid: Stub StopSevenSixAxisSensor. | M&M | 1 | -0/+1 |
2020-03-27 | services: hid: Stub InitializeSevenSixAxisSensor. | bunnei | 1 | -0/+1 |
2019-11-27 | core_timing: Use better reference tracking for EventType. (#3159) | bunnei | 1 | -1/+1 |
2019-11-25 | kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154) | bunnei | 1 | -1/+1 |
2019-10-07 | hid: Implement DeactivateNpad | Morph | 1 | -0/+1 |
2019-10-07 | hid: Stub SetNpadJoyAssignmentModeSingle and reorganize service commands | Morph | 1 | -6/+8 |
2019-09-22 | Rebase | David Marcec | 1 | -3/+3 |
2019-09-22 | Deglobalize System: Hid | David Marcec | 1 | -3/+5 |
2019-09-04 | Update hid.h | Morph1984 | 1 | -0/+2 |
2019-07-01 | hid:StartLrAssignmentMode, hid:StopLrAssignmentMode, hid:SwapNpadAssignment | David Marcec | 1 | -0/+3 |
2019-03-24 | core/core_timing: Make callback parameters consistent | Lioncash | 1 | -1/+1 |
2019-03-05 | vm_manager: Remove cheat-specific ranges from VMManager | Zach Hilman | 1 | -0/+2 |
2019-03-05 | controllers/npad: Add accessor for current press state | Zach Hilman | 1 | -0/+1 |
2019-02-27 | service/hid: Amend forward declaration of ServiceManager | Lioncash | 1 | -1/+1 |
2019-02-12 | core_timing: Rename CoreTiming namespace to Core::Timing | Lioncash | 1 | -2/+2 |
2018-12-29 | travis: Use correct package for linux Qt5WebEngine | Zach Hilman | 1 | -2/+2 |
2018-12-28 | hid: Make Hid service accessible and add GetPressState | Zach Hilman | 1 | -0/+110 |
2018-10-10 | "Better Hid" rework part 1 | David Marcec | 1 | -399/+3 |
2018-08-24 | hid: Move core include to cpp file | Lioncash | 1 | -1/+3 |
2018-07-19 | hid: Use HID_NUM_LAYOUTS constant for indicating size of the layouts array | Lioncash | 1 | -1/+1 |
2018-06-14 | Narrow down filter of layout configs | Zach Hilman | 1 | -1/+0 |
2018-06-13 | Avoid initializing single-joycon layouts with handheld controller | Zach Hilman | 1 | -0/+1 |
2018-06-12 | hid: Update all layouts and only show handheld as connected, fixes libnx input for P1_AUTO | shinyquagsire23 | 1 | -1/+1 |
2018-05-24 | Fix deadlocks caused from HID having too many layouts | David Marcec | 1 | -1/+1 |
2018-05-07 | hid: Tweaks, Analog Sticks (#435) | Max Thomas | 1 | -12/+86 |
2018-04-20 | service: Use nested namespace specifiers where applicable | Lioncash | 1 | -4/+2 |
2018-01-17 | hid: Adjust for style guide | shinyquagsire23 | 1 | -50/+55 |
2018-01-16 | hid: Write to all layouts, implement circular buffers, set up controller metadata. | shinyquagsire23 | 1 | -1/+6 |
2018-01-15 | hid: Bare-minimum sharedmem input | shinyquagsire23 | 1 | -2/+2 |
2018-01-15 | hid: Remove redundant HID prefix on structs/enums | shinyquagsire23 | 1 | -73/+73 |
2018-01-15 | hid: Add sharedmem structs | shinyquagsire23 | 1 | -0/+312 |
2018-01-15 | hid: Implement IAppletResource::GetSharedMemoryHandle. | bunnei | 1 | -7/+6 |
2017-10-13 | Remove lots more 3DS-specific code. | bunnei | 1 | -263/+3 |
2017-08-10 | HID: zero unused PadState bits | wwylele | 1 | -1/+1 |
2017-05-04 | ir: implement new 3ds HID via ir:rst | wwylele | 1 | -0/+10 |
2017-03-01 | Input: remove unused stuff & clean up | wwylele | 1 | -34/+0 |
2017-03-01 | HID: use ButtonDevice | wwylele | 1 | -0/+3 |
2017-02-11 | hid: remove the touch field from PadState (#2557) | Weiyi Wang | 1 | -4/+0 |
2017-01-16 | HID: manages updating itself using correct ticks | wwylele | 1 | -3/+0 |
2016-09-21 | Remove empty newlines in #include blocks. | Emmanuel Gil Peyrot | 1 | -1/+0 |
2016-09-18 | Sources: Run clang-format on everything. | Emmanuel Gil Peyrot | 1 | -35/+34 |
2016-05-15 | Refactor input subsystem | wwylele | 1 | -3/+0 |
2016-03-25 | implement GyroscopeCalibrateParam | wwylele | 1 | -1/+13 |
2016-03-22 | implement accel and gyro backend | wwylele | 1 | -0/+66 |
2015-07-28 | Move input values into an array | James Rowe | 1 | -1/+4 |
2015-06-28 | Common: Cleanup key_map includes. | Emmanuel Gil Peyrot | 1 | -7/+9 |
2015-05-23 | HID: Stub DisableAccelerometer and DisableGyroscopeLow | purpasmart96 | 1 | -5/+23 |
2015-04-03 | Services: Stubs and minor changes | purpasmart96 | 1 | -3/+3 |
2015-03-17 | HID: Proper Signal Interrupts for EnableAccelerometer & EnableGyroscopeLow along | purpasmart96 | 1 | -1/+29 |
2015-03-11 | HID: Removed unnecessary global variables. | bunnei | 1 | -10/+0 |
2015-03-11 | HID: Added additional variable comments and some code cleanups. | bunnei | 1 | -18/+23 |
2015-03-11 | HID: Complete refactor of pad/touch input to fix threading issues. | bunnei | 1 | -30/+5 |
2015-03-10 | HID: Changed TouchDataEntry `valid` to a BitField and added some doc strings. | bunnei | 1 | -3/+3 |
2015-03-10 | HID: Added static asserts to check register position in shared memory. | bunnei | 1 | -2/+16 |
2015-03-10 | HID: Added functions to emulate the touchpad. | bunnei | 1 | -0/+13 |
2015-03-10 | HID: Moved some docstrings to the header. | bunnei | 1 | -1/+14 |
2015-03-10 | HID: Refactored shared memory decoding for touchpad support. | bunnei | 1 | -12/+34 |
2015-03-04 | Services: Moved the PTM and APT services to their own folder | Subv | 1 | -0/+17 |
2015-02-22 | Frontends, HID: Add New 3DS specific pad buttons, and stub the touch one. | Emmanuel Gil Peyrot | 1 | -0/+19 |
2015-01-30 | Kernel: Convert Event to not use Handles | Yuri Kunde Schlesner | 1 | -5/+6 |
2015-01-30 | Kernel: Convert SharedMemory to not use Handles | Yuri Kunde Schlesner | 1 | -1/+5 |
2015-01-21 | Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxx | archshift | 1 | -19/+18 |
2014-12-26 | More services & small clean ups | purpasmart96 | 1 | -8/+0 |
2014-12-21 | License change | purpasmart96 | 1 | -1/+1 |
2014-12-04 | hid_user: Pass by reference with PadButtonPress/PadButtonRelease | Lioncash | 1 | -2/+2 |
2014-11-19 | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated | Emmanuel Gil Peyrot | 1 | -1/+1 |
2014-10-29 | Renamed souce files of services to match port names | Gareth Poole | 1 | -0/+0 |
2014-10-26 | Add `override` keyword through the code. | Yuri Kunde Schlesner | 1 | -1/+1 |
2014-09-12 | Added support for multiple input device types for KeyMap and connected Qt. | Kevin Hartman | 1 | -36/+44 |
2014-09-12 | Initial HID PAD work, with GLFW only. | Kevin Hartman | 1 | -17/+70 |
2014-09-12 | Created structure for PAD. | Kevin Hartman | 1 | -0/+25 |
2014-08-18 | Core: Alter the kernel string functions to use std::string instead of const char*. | Lioncash | 1 | -1/+1 |
2014-05-19 | - updated service(s) to be KernelObject's | bunnei | 1 | -1/+1 |
2014-04-28 | removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable class | bunnei | 1 | -3/+0 |
2014-04-17 | added class stub for HID:User service | bunnei | 1 | -4/+6 |
2014-04-17 | updated service comments | bunnei | 1 | -1/+2 |
2014-04-16 | - added stubbed out GSP::Gpu service interface | bunnei | 1 | -13/+8 |
2014-04-16 | restructured hle:services completely to use function lookup tables | bunnei | 1 | -0/+39 |