aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/hid/hid.cpp
AgeCommit message (Expand)Author
2018-11-18Changed polling rate of hid and Right joycon rotationDavid Marcec
2018-11-17Added SetIsPalmaAllConnectable, SetPalmaBoostModeDavid Marcec
2018-11-02Fixed HID crash when launching more than 1 game & signaled syleset change eventDavid Marcec
2018-10-21hid: Update service function table for hidbusLioncash
2018-10-19hid: Update service function tablesLioncash
2018-10-18Using dual joycons as the default controllerDavid Marcec
2018-10-12WipDavid Marcec
2018-10-12Dynamically decide handheld variant based on supported npad id priorityDavid Marcec
2018-10-11Added BeginPermitVibrationSession and EndPermitVibrationSessionDavid Marcec
2018-10-10Added GetLedPattern and HandheldVariantDavid Marcec
2018-10-10Added the ability to "disconnect" individual npadsDavid Marcec
2018-10-10Addressed changes for better hidDavid Marcec
2018-10-10"Better Hid" rework part 1David Marcec
2018-09-19Fixed GetAccountId stub, Added error code for OpenDirectory and added Activat...David Marcec
2018-09-19Added ActivateGestureDavid Marcec
2018-09-19Added StopSixAxisSensorDavid Marcec
2018-09-19Stubbed ActivateConsoleSixAxisSensor & StartConsoleSixAxisSensorDavid Marcec
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi
2018-09-09hid: Implement ReloadInputDevicesfearlessTobi
2018-08-28kernel: Eliminate kernel global stateLioncash
2018-08-23hid: Move core include to cpp fileLioncash
2018-08-12hid: disable clang-format around tablesLioncash
2018-08-12hid: Stub DisconnectNpad()Lioncash
2018-08-08hid: fix IsSixAxisSensorAtRest() responsemailwl
2018-08-07services/hid: Add ActivateNpadWithRevision() to the hid function info arrayLioncash
2018-07-30Add some HID commands (#843)Hexagon12
2018-07-26service/hid: Add the hidbus, hid:dbg, hid:sys, and hid:tmp servicesLioncash
2018-07-26service/hid: Add the xcd:sys serviceLioncash
2018-07-26service/hid: Add irs servicesLioncash
2018-07-24core_timing: Split off utility functions into core_timing_utilMerryMage
2018-07-19hid: Use a ranged-for loops in UpdatePadCallbackLioncash
2018-07-18Fill in more fields in TouchScreenEntryTouchZach Hilman
2018-07-18Single touch supportZach Hilman
2018-07-15HID: Update controllers less oftenJames Rowe
2018-07-10hid: Fix timestamps and controller type.bunnei
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-06-13Narrow down filter of layout configsZach Hilman
2018-06-13Move loop condition to free functionZach Hilman
2018-06-13Avoid initializing single-joycon layouts with handheld controllerZach Hilman
2018-06-11hid: Update all layouts and only show handheld as connected, fixes libnx inpu...shinyquagsire23
2018-05-30add IPC CommandType & Some HID FunctionInfo (#487)greggameplayer
2018-05-07hid: Tweaks, Analog Sticks (#435)Max Thomas
2018-04-30core_timing: Namespace all functions and constants in core_timing's headerLioncash
2018-04-24hid: Move logging macros over to new fmt-compatible onesLioncash
2018-04-19service: Use nested namespace specifiers where applicableLioncash
2018-04-13Stubbed out GetPlayerLedPatternHexagon12
2018-04-10Updated hid with more service names.Hexagon12
2018-04-02Merge pull request #297 from bunnei/hid-touch-statebunnei
2018-04-01hid: Write empty touch screen state.bunnei
2018-03-31hid: Stub out GetSupportedNpadStyleSet.bunnei