summaryrefslogtreecommitdiffstats
path: root/src/core/hid/emulated_devices.h (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-05hid_core: Move hid to it's own subprojectNarr the Reg1-212/+0
2023-03-12general: fix spelling mistakesLiam1-2/+2
2023-02-22core: hid: Fix native mouse mappingsNarr the Reg1-22/+7
2023-01-20core: hid: Migrate ring from emulated devices to emulated controllerNarr the Reg1-18/+0
2022-11-23general: fix compile for Apple ClangLiam1-0/+1
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-04-16yuzu: Add custom ringcon configurationgerman771-0/+34
2022-04-07core: hid: Reduce the amount of dataracesgerman771-0/+1
2021-12-14common/input: Avoid numerous large copies of CallbackStatusLioncash1-6/+5
2021-11-29core: hid: Mark constructors as explicitMorph1-1/+1
2021-11-29core: hid: Cleanup and amend documentationMorph1-18/+20
2021-11-25core/hid: Improve accuary of mouse implementationgerman771-2/+2
2021-11-25core/hid: Fully implement native mousegerman771-21/+35
2021-11-25service/hid: Remove includes of core.h and settings.hgerman771-2/+1
2021-11-25kraken: Address comments from reviewgerman771-12/+16
2021-11-25settings: Fix mouse and keyboard mappingsgerman771-0/+3
2021-11-25core/hid: Documment some filesgerman771-16/+68
2021-11-25core/hid: Add emulated controllersgerman771-0/+137