summaryrefslogtreecommitdiffstats
path: root/src/core/hid/emulated_devices.h (unfollow)
Commit message (Collapse)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
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-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
CallbackStatus instances aren't the cheapest things to copy around (relative to everything else), given that they're currently 520 bytes in size and are currently copied numerous times when callbacks are invoked. Instead, we can pass the status by const reference to avoid all the copying.
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
start lion review
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