| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-11-15 | service: hid: Split hid.cpp into individual interfaces | Narr the Reg | |
| 2023-09-16 | service: hid: Implement ApplyNpadSystemCommonPolicy | german77 | |
| 2023-03-29 | service: hid: Implement SetNpadJoyAssignmentModeSingleWithDestination | german77 | |
| Used by Let's Get Fit | |||
| 2023-03-01 | service: move hle_ipc from kernel | Liam | |
| 2023-03-01 | Merge pull request #9832 from liamwhite/hle-mp | liamwhite | |
| service: HLE multiprocess | |||
| 2023-02-27 | Merge pull request #9859 from liamwhite/tmem-use | liamwhite | |
| service: avoid direct pointer access of transfer memory objects | |||
| 2023-02-24 | core: Update service function tables to 16.0.0+ | Narr the Reg | |
| 2023-02-24 | hid: avoid direct pointer access of transfer memory objects | Liam | |
| 2023-02-21 | service: refactor server architecture | Liam | |
| Converts services to have their own processes | |||
| 2022-11-19 | service: hid: Only overclock npad controllers | german77 | |
| 2022-09-25 | service: hid: Partially implement palma controller | Narr the Reg | |
| 2022-05-27 | service: hid: Implement ResetIsSixAxisSensorDeviceNewlyAssigned | german77 | |
| Needed by Nintendo Switch Sports | |||
| 2022-05-27 | service: hid: Implement LoadSixAxisSensorCalibrationParameter and ↵ | german77 | |
| GetSixAxisSensorIcInformation Needed by Nintendo Switch Sports | |||
| 2022-05-27 | service: hid: Implement EnableSixAxisSensorUnalteredPassthrough and ↵ | german77 | |
| IsSixAxisSensorUnalteredPassthroughEnabled Needed by Nintendo Switch Sports | |||
| 2022-04-29 | Merge pull request #8274 from german77/firmware | Morph | |
| service: hid: Stub IsFirmwareUpdateNeededForNotification | |||
| 2022-04-27 | service: hid: Stub IsFirmwareUpdateNeededForNotification | german77 | |
| Used in Fitness Boxing 2: Rhythm & Exercise (0100073011382000) | |||
| 2022-04-23 | service: hid: Access shared memory directly | Narr the Reg | |
| 2022-04-23 | general: Convert source file copyright comments over to SPDX | Morph | |
| This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later. | |||
| 2022-04-18 | service: hid: Improve accuracy of sixaxis functions | Narr the Reg | |
| 2022-02-12 | hid: Stub IsUsbFullKeyControllerEnabled | lat9nq | |
| Used by Splatoon 2, when opening the inventory from a LAN battle lobby. Reference: https://switchbrew.org/wiki/HID_services | |||
| 2021-12-05 | service/hid: Stub SetNpadCaptureButtonAssignment and ↵ | german77 | |
| ClearNpadCaptureButtonAssignment Used by ring fit adventure 1.2.0 | |||
| 2021-11-24 | core/hid: Improve accuary of mouse implementation | german77 | |
| 2021-11-24 | core/hid: Improve accuracy of the keyboard implementation | german77 | |
| 2021-11-24 | service/hid: Remove includes of core.h and settings.h | german77 | |
| 2021-11-24 | service/hid: Use remove duplicated code, update names | german77 | |
| 2021-09-10 | hid: Stub SetTouchScreenConfiguration | german77 | |
| 2021-07-20 | hle: service: Add a helper module for managing kernel objects. | bunnei | |
| 2021-06-11 | hid: Stub IsFirmwareUpdateAvailableForSixAxisSensor | german77 | |
| 2021-05-05 | hle: kernel: Migrate KSharedMemory to KAutoObject. | bunnei | |
| 2021-04-08 | service: hid: Stub SetAnalogStickUseCenterClamp | Morph | |
| - Used by eBASEBALLパワフルプロ野球2020 | |||
| 2021-02-27 | Merge pull request #5953 from bunnei/memory-refactor-1 | bunnei | |
| Kernel Rework: Memory updates and refactoring (Part 1) | |||
| 2021-02-21 | hid: Implement GameCube Controller Vibrations | Morph | |
| Implements both SendVibrationGcErmCommand and GetActualVibrationGcErmCommand, and modifies GetVibrationDeviceInfo to account for additional controllers. | |||
| 2021-02-18 | hle: kernel: Rename SharedMemory to KSharedMemory. | bunnei | |
| 2021-02-03 | Adds missing controller types and properties | german | |
| 2021-01-24 | Stub Set/Get/Reset SixaxisSensorFusionParameters | german | |
| 2020-11-28 | Merge pull request #5021 from german77/StubCommunicationMode | bunnei | |
| HID: Stub set and get NpadCommunicationMode | |||
| 2020-11-26 | Stub set and get NpadCommunicationMode | german | |
| 2020-11-26 | service: Eliminate usages of the global system instance | Lioncash | |
| Completely removes all usages of the global system instance within the services code by passing in the using system instance to the services. | |||
| 2020-11-15 | hid: Stub IsVibrationDeviceMounted | Morph | |
| - Used in Super Mario Odyssey | |||
| 2020-11-15 | hid: Reorder all HID commands | Morph | |
| Reorders all HID commands in command id order. | |||
| 2020-11-15 | hid: Implement GetVibrationDeviceInfo | Morph | |
| The first u32 describes the vibration device type which is a Linear Resonant Actuator used in Nintendo Switch controller hardware. The second u32 describes the vibration device position, in this case distinguishing between left and right vibration actuators. Pro Controllers have 2 LRAs each that can vibrate independently of each other, which means they have 2 distinct vibration device handles to distinguish between the two actuators. Similarly for joycons, the left joycon can be distinguished from the right joycon through the vibration device handle since each joycon has 1 LRA. | |||
| 2020-10-07 | Merge pull request #4736 from Morph1984/home-button-input-protection-stub | bunnei | |
| hid: Stub HomeButtonInputProtection service commands | |||
| 2020-10-01 | Merge pull request #4734 from german77/motionfusion | bunnei | |
| HID: Add Stub for EnableSixAxisSensorFusion | |||
| 2020-09-30 | Stubbed EnableSixAxisSensorFusion | german | |
| 2020-09-30 | hid: Stub HomeButtonInputProtection service commands | Morph | |
| - Used in 1-2 Switch. Given that we do not emulate the functionality of the home button yet, we can stub this for now. | |||
| 2020-09-23 | Use different timing for motion | german | |
| 2020-09-04 | Include HID and configuration changes related to motion | german | |
| 2020-07-27 | core_timing: Make use of uintptr_t to represent user_data | Lioncash | |
| Makes the interface future-proofed for supporting other platforms in the event we ever support platforms with differing pointer sizes. This way, we have a type in place that is always guaranteed to be able to represent a pointer exactly. | |||
| 2020-07-15 | core_timing: Make TimedCallback take std::chrono::nanoseconds | Lioncash | |
| Enforces our desired time units directly with a concrete type. | |||
| 2020-06-25 | Merge pull request #4141 from Morph1984/SevenSixAxisSensor | David | |
| hid: Stub a series of "SevenSixAxisSensor" service commands | |||
