summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/resource_manager.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* service: hid: Remove data races when handling shared memoryNarr the Reg2024-01-041-12/+12
* service: hid: Implement NpadResource and NpadDataNarr the Reg2024-01-041-5/+9
* Merge pull request #12536 from german77/npad_interfaceliamwhite2024-01-011-41/+66
|\
| * service: hid: Use applet resource to get latest shared memory handleNarr the Reg2023-12-311-41/+66
* | core_timing: remove user data valueLiam2023-12-231-22/+20
|/
* core: hid: Clean up headersNarr the Reg2023-12-141-0/+1
* service: hid: Allow to create multiple instances of shared memoryNarr the Reg2023-12-141-27/+37
* service: hid: Improve CreateAppletResource implementation and free resourcesgerman772023-12-101-6/+39
* service: hid: Introduce proper AppletResource emulationNarr the Reg2023-12-071-6/+56
* service: hid: Create appropriate hid resourcesNarr the Reg2023-11-211-49/+106
* service: hid: Introduce firmware settings and update activate controller callsNarr the Reg2023-11-171-10/+2
* service: hid: Split hid.cpp into individual interfacesNarr the Reg2023-11-151-0/+192