aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/hid
AgeCommit message (Expand)Author
2019-09-24Signal styleset changes at a better timeDavid Marcec
2019-09-22removed commentDavid Marcec
2019-09-22RebasedDavid Marcec
2019-09-22removed unneeded semicolonDavid Marcec
2019-09-22marked controller constructors as explicitDavid Marcec
2019-09-22RebaseDavid Marcec
2019-09-22Deglobalize System: IRSDavid Marcec
2019-09-22Deglobalize System: HidDavid Marcec
2019-09-04dittoMorph1984
2019-09-04IsVibrationEnabled() as a const member funcMorph1984
2019-09-04clang-formatMorph1984
2019-09-04Update npad.hMorph1984
2019-09-04Update npad.cppMorph1984
2019-09-04Update hid.hMorph1984
2019-09-04Update hid.cppMorph1984
2019-07-08addressed issuesDavid Marcec
2019-07-01hid:StartLrAssignmentMode, hid:StopLrAssignmentMode, hid:SwapNpadAssignmentDavid Marcec
2019-05-18core/kernel/object: Rename ResetType enum membersLioncash
2019-04-11service: Update service function tablesLioncash
2019-03-24core/core_timing: Make callback parameters consistentLioncash
2019-03-21Merge pull request #1933 from DarkLordZach/cheat-enginebunnei
2019-03-20Merge pull request #2090 from FearlessTobi/port-4599bunnei
2019-03-05vm_manager: Remove cheat-specific ranges from VMManagerZach Hilman
2019-03-04controllers/npad: Add accessor for current press stateZach Hilman
2019-02-27service/hid: Amend forward declaration of ServiceManagerLioncash
2019-02-15core_timing: Convert core timing into a classLioncash
2019-02-12core_timing: Rename CoreTiming namespace to Core::TimingLioncash
2019-02-06remove all occurance of specifying endianness inside BitFieldWeiyi Wang
2018-12-28travis: Use correct package for linux Qt5WebEngineZach Hilman
2018-12-28web_browser: Add bounds checking to applet interfaceZach Hilman
2018-12-28hid: Make Hid service accessible and add GetPressStateZach Hilman
2018-12-27Merge pull request #1929 from bunnei/fix-hidbunnei
2018-12-26npad: Remove code to invert input in horizontal mode.bunnei
2018-12-21hid: Fix SetNpadJoyHoldType and improve logging.bunnei
2018-12-03Merge pull request #1803 from DarkLordZach/k-able-eventbunnei
2018-12-03Fixed crash with SetNpadModeDavid Marcec
2018-11-29kernel/event: Reference ReadableEvent from WritableEventZach Hilman
2018-11-29core: Port all current usages of Event to Readable/WritableEventZach Hilman
2018-11-29Merge pull request #1801 from ogniK5377/log-before-executebunnei
2018-11-28Merge pull request #1817 from DarkLordZach/npad-idx-fixbunnei
2018-11-28npad: Use NPadIdToIndex to prevent invalid array accessZach Hilman
2018-11-27npad: Fix copy/paste error with LED position assignmentsZach Hilman
2018-11-26Changed logging to be "Log before execution", Added more error logging, all s...David Marcec
2018-11-22debug_pad: Avoid loading input for nonexistent buttons (Home and Screenshot)Zach Hilman
2018-11-18hid: Use player-defined controller type as PREFERRED_CONTROLLERZach Hilman
2018-11-18hid/npad: Update NPad to use player controller bindings and typeZach Hilman
2018-11-18hid/touchscreen: Update Touchscreen to use advanced parametersZach Hilman
2018-11-18hid: Add controller bindings for Mouse controllerZach Hilman
2018-11-18hid: Add keyboard bindings for Keyboard controllerZach Hilman
2018-11-18hid: Add controller bindings for DebugPad controllerZach Hilman