192 Commits (8d25a51b64d6839f6b232e5510b31254b2aff0df)

Author SHA1 Message Date
Lioncash 1c3371c921 core_timing: Convert core timing into a class 7 years ago
Lioncash 1d2de5c4b5 core_timing: Rename CoreTiming namespace to Core::Timing 7 years ago
Zach Hilman 543cea4c5d travis: Use correct package for linux Qt5WebEngine 7 years ago
Zach Hilman f49f3e509f web_browser: Add bounds checking to applet interface 7 years ago
Zach Hilman e342002cd2 hid: Make Hid service accessible and add GetPressState 7 years ago
bunnei 015093c1dd npad: Remove code to invert input in horizontal mode. 7 years ago
bunnei 7f47320f34 hid: Fix SetNpadJoyHoldType and improve logging. 7 years ago
David Marcec 3a8283f0ed Fixed crash with SetNpadMode 8 years ago
Zach Hilman b0d0735e9b kernel/event: Reference ReadableEvent from WritableEvent 8 years ago
Zach Hilman fe0071f8fa core: Port all current usages of Event to Readable/WritableEvent 8 years ago
Zach Hilman b6d31945d6 npad: Use NPadIdToIndex to prevent invalid array access 8 years ago
Zach Hilman 3e65259ab1 npad: Fix copy/paste error with LED position assignments 8 years ago
David Marcec 5ae0d6cba2 Changed logging to be "Log before execution", Added more error logging, all services should now log on some level 8 years ago
Zach Hilman e66f2db880 debug_pad: Avoid loading input for nonexistent buttons (Home and Screenshot) 8 years ago
Zach Hilman 2d8a5a4e9b hid: Use player-defined controller type as PREFERRED_CONTROLLER 8 years ago
Zach Hilman 8e4125d25f hid/npad: Update NPad to use player controller bindings and type 8 years ago
Zach Hilman 651d96479a hid/touchscreen: Update Touchscreen to use advanced parameters 8 years ago
Zach Hilman 1abee80ce3 hid: Add controller bindings for Mouse controller 8 years ago
Zach Hilman 701c23ec92 hid: Add keyboard bindings for Keyboard controller 8 years ago
Zach Hilman ba768cfdc7 hid: Add controller bindings for DebugPad controller 8 years ago
David Marcec d59c9bc684 Added missing start/end touch attributes to touchscreen 8 years ago
David Marcec a15c3d6b27 Added debugpad skeleton 8 years ago
David Marcec 8ed0216784 Added controller helper funcs 8 years ago
David Marcec 2c23ad1189 Changed polling rate of hid and Right joycon rotation 8 years ago
David Marcec 7a38294b38 Left joycon rotation button remapping 8 years ago
David Marcec 086c24e4ed Added automatic npad switch based on supported stylesets 8 years ago
David Marcec e9cf16c9ac Added multi-input support and controller assignment at any port 8 years ago
David Marcec 6a1b7d2da0 Added SetIsPalmaAllConnectable, SetPalmaBoostMode 8 years ago
David 548149cdbb Fixed priority switching edge case for handheld (#1675) 8 years ago
Lioncash 4a2457cc5a hid/npad: Add missing break in switch statement within Controller_NPad::OnUpdate() 8 years ago
David Marcec 8b8c0ee2fc Updated npad styles on holdtype switches 8 years ago
David Marcec 60bd67f92e Fixed HID crash when launching more than 1 game & signaled syleset change event 8 years ago
Lioncash b34685863a npad: Remove unused controller variable from OnInit() 8 years ago
Lioncash 633b95adce hid: Update service function table for hidbus 8 years ago
David Marcec d4034559b1 Added auto controller switching to supported controllers and single joycon button rotation 8 years ago
Lioncash 9abf6af0f1 hid: Update service function tables 8 years ago
Lioncash 374ea27a8b hid/controller: Remove unused header inclusions 8 years ago
Lioncash ca3d440f78 hid/controller/npad: Remove unused dump_idx member variable 8 years ago
Lioncash 72aa1f10f6 hid/controller/npad: Remove unnecessary semicolon from the closing brace of LedPattern's constructor 8 years ago
Lioncash 5583e4f15d hid/controller/npad: Remove #pragma once from the cpp file 8 years ago
Lioncash fd85f5b847 hid/controller/npad: Move npad_id_list into the cpp file 8 years ago
Lioncash 9338428f43 hid/controller/npad: Remove unnecessary const from void return type 8 years ago
Lioncash f864e487b9 hid/controller: Default the destructors of all controller types in the cpp file 8 years ago
Lioncash 6f8f5f1d0a controller_base: Default the base class constructor and destructor in the cpp file 8 years ago
David Marcec 128f14d60e Using dual joycons as the default controller 8 years ago
David Marcec 578d5603bf Wip 8 years ago
David Marcec efe038ca52 Dynamically decide handheld variant based on supported npad id priority 8 years ago
David Marcec 8a04b4850c Added BeginPermitVibrationSession and EndPermitVibrationSession 8 years ago
David Marcec 1b5c6fb61c Added GetLedPattern and HandheldVariant 8 years ago
David Marcec 6da6a42246 Kirby expects handheld controllers to be at position 8 8 years ago