aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/service/hid
AgeCommit message (Collapse)Author
2024-03-04Merge yuzu-emu#13018yuzubot
2024-02-27Merge pull request #13135 from german77/hid-interfaceliamwhite
service: hid: Migrate HidServer to new IPC
2024-02-23service: hid: Add IsAnyCustomButtonConfigEnabled for QLaunchNarr the Reg
2024-02-23service: hid: Migrate HidServer to new IPCNarr the Reg
2024-02-23service: hid: Move and migrate AppletResource and ActiveVibrationDeviceNarr the Reg
2024-02-08service: hid: Free npad applet resourceNarr the Reg
2024-02-07service: hid: Migrate hidbus to new interfaceNarr the Reg
2024-02-06Merge pull request #12933 from german77/irs-interfaceliamwhite
service: irs: Migrate service to new interface
2024-02-06service: hid: Migrate hid debug service to new interfacegerman77
2024-02-06service: irs: Migrate service to new interfacegerman77
2024-02-01Merge pull request #12780 from german77/touch_resource5liamwhite
service: hid: Fully implement touch resource
2024-01-30service: hid: Implement GetPlayerLedPattern accuratelyNarr the Reg
2024-01-28service: hid: Fully implement touch resourceNarr the Reg
2024-01-25service: set: Implement more settings functions for QlaunchNarr the Reg
2024-01-21service: hid: Implement EnableAppletForInputNarr the Reg
2024-01-20Merge pull request #12660 from german77/better-vibrationliamwhite
service: hid: Fully implement abstract vibration
2024-01-15service: set: Implement stubbed functionsNarr the Reg
2024-01-15service: hid: Fully implement abstract vibrationNarr the Reg
2024-01-12kernel: fix debugger and process list lifetimeLiam
2024-01-11service: hid: Create abstracted pad structuregerman77
2024-01-08Fix typos in src/core (#12625)Viktor Szépe
* Fix typos in src/core * Fix typo correction * Fix indentation of MemoryStateNames * Fix indent
2024-01-06service: hid: Implement GetLastActiveNpadgerman77
2024-01-06service: hid: Implement AssigningSingleOnSlSrPressgerman77
2024-01-06service: hid: Implement SetNpadSystemExtStateEnabledgerman77
2024-01-06service: hid: Implement CaptureButtonAssignmentgerman77
2024-01-06service: hid: Add functions needed by QlaunchNarr the Reg
2024-01-05hid_core: Move hid to it's own subprojectNarr the Reg
2024-01-03service: hid: Remove data races when handling shared memoryNarr the Reg
2024-01-03service: hid: Implement NpadResource and NpadDataNarr the Reg
2024-01-01Merge pull request #12536 from german77/npad_interfaceliamwhite
service: hid: Use applet resource to get latest shared memory handle
2024-01-01Merge pull request #12454 from liamwhite/ct-stuffNarr the Reg
core_timing: minor refactors
2023-12-31service: hid: Use applet resource to get latest shared memory handleNarr the Reg
2023-12-24service: fetch objects from the client handle tableLiam
2023-12-23core_timing: remove user data valueLiam
2023-12-20service: hid: Fix crash on InitializeVibrationDeviceNarr the Reg
2023-12-14core: hid: Clean up headersNarr the Reg
2023-12-13service: hid: Allow to create multiple instances of shared memoryNarr the Reg
2023-12-10service: hid: Improve CreateAppletResource implementation and free resourcesgerman77
2023-12-06service: hid: Introduce proper AppletResource emulationNarr the Reg
2023-11-27Fixed controller applet crashing when on FW17+FrozenAra
2023-11-20service: hid: Create appropriate hid resourcesNarr the Reg
2023-11-20Merge pull request #12011 from Macj0rdan/controller-appletNarr the Reg
Implemented qlaunch version of the controller applet
2023-11-20service: hid: Ensure resource manager is initializedSquall-Leonhart
Ensures the proper initialization of the IActiveVibrationDeviceList. By using GetResourceManager() instead of resource_manager, we make sure that the IActiveVibrationDeviceListis initialized before it's used, preventing potential null issues. Fixes #12088
2023-11-19Implemented qlaunch version of the controller appletFrozenAra
2023-11-16service: hid: Introduce firmware settings and update activate controller callsNarr the Reg
2023-11-16service: hid: Implement xpad callsNarr the Reg
2023-11-16Merge pull request #12038 from german77/no_implementliamwhite
service: hid: Split hid.cpp into individual interfaces
2023-11-15service: hid: Split hid.cpp into individual interfacesNarr the Reg
2023-11-11core: hid: Split SL and SR buttonsgerman77
2023-11-11service: irs: Implement moment image processorNarr the Reg