| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #4998 from Morph1984/bioshock-patch | bunnei | 2020-11-29 | 1 | -2/+4 |
|\ |
|
| * | hid: Check if applet_resource exists in InitializeVibrationDevice | Morph | 2020-11-25 | 1 | -2/+4 |
* | | Merge pull request #5021 from german77/StubCommunicationMode | bunnei | 2020-11-29 | 1 | -2/+30 |
|\ \ |
|
| * | | Stub set and get NpadCommunicationMode | german | 2020-11-27 | 1 | -2/+30 |
| |/ |
|
* / | service: Eliminate usages of the global system instance | Lioncash | 2020-11-27 | 1 | -16/+18 |
|/ |
|
* | hid: Reimplement Begin/EndPermitVibrationSession | Morph | 2020-11-16 | 1 | -3/+8 |
* | controllers/npad: Remove the old vibration filter | Morph | 2020-11-16 | 1 | -1/+1 |
* | hid: Implement InitializeVibrationDevice and IsVibrationDeviceMounted | Morph | 2020-11-16 | 1 | -11/+18 |
* | input_common: Add VibrationDevice and VibrationDeviceFactory | Morph | 2020-11-16 | 1 | -0/+1 |
* | hid: Mark Begin/EndPermitVibrationSession as stubs | Morph | 2020-11-16 | 1 | -6/+3 |
* | controllers/npad: Send an empty vibration on destruction/deactivation | Morph | 2020-11-16 | 1 | -2/+2 |
* | hid: Stub IsVibrationDeviceMounted | Morph | 2020-11-16 | 1 | -1/+22 |
* | hid: Fix controller rumble based on new research | Morph | 2020-11-16 | 1 | -19/+36 |
* | hid: Pop a struct of parameters instead of popping individual parameters | Morph | 2020-11-16 | 1 | -103/+237 |
* | hid: Reorder all HID commands | Morph | 2020-11-16 | 1 | -181/+196 |
* | hid: Implement GetVibrationDeviceInfo | Morph | 2020-11-16 | 1 | -3/+23 |
* | hid: Stub InitializeVibrationDevice | Morph | 2020-11-16 | 1 | -3/+11 |
* | settings: Preparation for per-game input settings | Morph | 2020-11-16 | 1 | -2/+2 |
* | service: Update function tables | Lioncash | 2020-10-28 | 1 | -1/+1 |
* | core/CMakeLists: Make some warnings errors | Lioncash | 2020-10-13 | 1 | -1/+1 |
* | Merge pull request #4736 from Morph1984/home-button-input-protection-stub | bunnei | 2020-10-07 | 1 | -2/+36 |
|\ |
|
| * | hid: Stub HomeButtonInputProtection service commands | Morph | 2020-09-30 | 1 | -2/+36 |
* | | Merge pull request #4734 from german77/motionfusion | bunnei | 2020-10-02 | 1 | -1/+14 |
|\ \ |
|
| * | | Stubbed EnableSixAxisSensorFusion | german | 2020-09-30 | 1 | -1/+14 |
* | | | Merge pull request #4291 from german77/ImplementControllerRumble | David | 2020-09-30 | 1 | -5/+3 |
|\ \ \
| |_|/
|/| | |
|
| * | | First implementation of controller rumble | german | 2020-09-29 | 1 | -5/+3 |
| |/ |
|
* / | Use different timing for motion | german | 2020-09-24 | 1 | -3/+18 |
|/ |
|
* | Merge pull request #4683 from Morph1984/NpadHandheldActivationMode-impl | bunnei | 2020-09-20 | 1 | -5/+10 |
|\ |
|
| * | hid: Implement Get/SetNpadHandheldActivationMode | Morph | 2020-09-18 | 1 | -5/+10 |
* | | Merge pull request #4643 from FearlessTobi/decrease-pad-update-interval | bunnei | 2020-09-19 | 1 | -1/+1 |
|\ \ |
|
| * | | Test: Decrease pad_update_ns | FearlessTobi | 2020-09-10 | 1 | -1/+1 |
| |/ |
|
* / | Include HID and configuration changes related to motion | german | 2020-09-05 | 1 | -6/+31 |
|/ |
|
* | hid: Implement MergeSingleJoyasDualJoy | Morph | 2020-09-04 | 1 | -5/+7 |
* | Project Mjölnir: Part 1 | Morph | 2020-08-26 | 1 | -9/+5 |
* | core_timing: Make use of uintptr_t to represent user_data | Lioncash | 2020-07-28 | 1 | -3/+5 |
* | core_timing: Make TimedCallback take std::chrono::nanoseconds | Lioncash | 2020-07-16 | 1 | -5/+4 |
* | core_timing: Make use of std::chrono with ScheduleEvent | Lioncash | 2020-07-16 | 1 | -5/+7 |
* | General: Recover Prometheus project from harddrive failure
| Fernando Sahmkow | 2020-06-27 | 1 | -9/+7 |
* | Merge pull request #4141 from Morph1984/SevenSixAxisSensor | David | 2020-06-25 | 1 | -17/+76 |
|\ |
|
| * | hid: Stub a series of "SevenSixAxisSensor" service commands | Morph | 2020-06-24 | 1 | -17/+76 |
* | | hid: Implement Get/ResetGyroscopeZeroDriftMode | Morph | 2020-06-21 | 1 | -5/+37 |
|/ |
|
* | Clang-format | VolcaEM | 2020-06-01 | 1 | -2/+1 |
* | hid: Stub GetXpadIDs | VolcaEM | 2020-06-01 | 1 | -1/+13 |
* | Stub SendKeyboardLockKeyEvent | David Marcec | 2020-05-11 | 1 | -1/+10 |
* | Merge pull request #3797 from slashiee/hid-stub | Mat M | 2020-04-27 | 1 | -1/+12 |
|\ |
|
| * | services: hid: Stub StopSevenSixAxisSensor. | M&M | 2020-04-26 | 1 | -1/+12 |
* | | service: Update function tables | Lioncash | 2020-04-20 | 1 | -1/+36 |
|/ |
|
* | service: hid: Update for new shared memory layout. | bunnei | 2020-04-17 | 1 | -3/+2 |
* | services: hid: Stub InitializeSevenSixAxisSensor. | bunnei | 2020-03-27 | 1 | -1/+8 |
* | Core: Set all hardware emulation constants in a single file. | Fernando Sahmkow | 2020-02-12 | 1 | -3/+4 |
* | core_timing: Use better reference tracking for EventType. (#3159) | bunnei | 2019-11-27 | 1 | -3/+2 |
* | service: Update function tables | Lioncash | 2019-11-12 | 1 | -0/+24 |
* | Merge pull request #2859 from Morph1984/hid | David | 2019-11-06 | 1 | -86/+118 |
|\ |
|
| * | hid: Stub SetNpadJoyAssignmentModeSingle and reorganize service commands | Morph | 2019-10-07 | 1 | -86/+118 |
* | | hid: Implement DeactivateNpad | Morph | 2019-10-07 | 1 | -1/+12 |
|/ |
|
* | service/hid: Silence -Wunused and -Wswitch | ReinUsesLisp | 2019-10-05 | 1 | -2/+4 |
* | Rebased | David Marcec | 2019-09-22 | 1 | -1/+1 |
* | Rebase | David Marcec | 2019-09-22 | 1 | -3/+3 |
* | Deglobalize System: IRS | David Marcec | 2019-09-22 | 1 | -1/+1 |
* | Deglobalize System: Hid | David Marcec | 2019-09-22 | 1 | -13/+14 |
* | clang-format | Morph1984 | 2019-09-04 | 1 | -2/+2 |
* | Update hid.cpp | Morph1984 | 2019-09-04 | 1 | -2/+23 |
* | hid:StartLrAssignmentMode, hid:StopLrAssignmentMode, hid:SwapNpadAssignment | David Marcec | 2019-07-01 | 1 | -3/+47 |
* | service: Update service function tables | Lioncash | 2019-04-11 | 1 | -0/+15 |
* | core/core_timing: Make callback parameters consistent | Lioncash | 2019-03-24 | 1 | -5/+5 |
* | core_timing: Convert core timing into a class | Lioncash | 2019-02-16 | 1 | -7/+11 |
* | core_timing: Rename CoreTiming namespace to Core::Timing | Lioncash | 2019-02-12 | 1 | -10/+9 |
* | web_browser: Add bounds checking to applet interface | Zach Hilman | 2018-12-29 | 1 | -120/+124 |
* | hid: Make Hid service accessible and add GetPressState | Zach Hilman | 2018-12-28 | 1 | -459/+416 |
* | hid: Fix SetNpadJoyHoldType and improve logging. | bunnei | 2018-12-21 | 1 | -44/+163 |
* | core: Port all current usages of Event to Readable/WritableEvent | Zach Hilman | 2018-11-29 | 1 | -1/+2 |
* | Changed logging to be "Log before execution", Added more error logging, all services should now log on some level | David Marcec | 2018-11-26 | 1 | -40/+76 |
* | Changed polling rate of hid and Right joycon rotation | David Marcec | 2018-11-19 | 1 | -2/+2 |
* | Added SetIsPalmaAllConnectable, SetPalmaBoostMode | David Marcec | 2018-11-16 | 1 | -2/+14 |
* | Fixed HID crash when launching more than 1 game & signaled syleset change event | David Marcec | 2018-11-02 | 1 | -0/+2 |
* | hid: Update service function table for hidbus | Lioncash | 2018-10-21 | 1 | -0/+1 |
* | hid: Update service function tables | Lioncash | 2018-10-19 | 1 | -6/+45 |
* | Using dual joycons as the default controller | David Marcec | 2018-10-17 | 1 | -3/+1 |
* | Wip | David Marcec | 2018-10-12 | 1 | -1/+5 |
* | Dynamically decide handheld variant based on supported npad id priority | David Marcec | 2018-10-11 | 1 | -0/+4 |
* | Added BeginPermitVibrationSession and EndPermitVibrationSession | David Marcec | 2018-10-10 | 1 | -2/+18 |
* | Added GetLedPattern and HandheldVariant | David Marcec | 2018-10-10 | 1 | -2/+9 |
* | Added the ability to "disconnect" individual npads | David Marcec | 2018-10-10 | 1 | -1/+4 |
* | Addressed changes for better hid | David Marcec | 2018-10-10 | 1 | -37/+30 |
* | "Better Hid" rework part 1 | David Marcec | 2018-10-10 | 1 | -244/+189 |
* | Fixed GetAccountId stub, Added error code for OpenDirectory and added ActivateNpadWithRevision | David Marcec | 2018-09-19 | 1 | -1/+7 |
* | Added ActivateGesture | David Marcec | 2018-09-18 | 1 | -1/+7 |
* | Added StopSixAxisSensor | David Marcec | 2018-09-18 | 1 | -1/+7 |
* | Stubbed ActivateConsoleSixAxisSensor & StartConsoleSixAxisSensor | David Marcec | 2018-09-18 | 1 | -2/+14 |
* | Port #4182 from Citra: "Prefix all size_t with std::" | fearlessTobi | 2018-09-15 | 1 | -1/+1 |
* | hid: Implement ReloadInputDevices | fearlessTobi | 2018-09-09 | 1 | -4/+4 |
* | kernel: Eliminate kernel global state | Lioncash | 2018-08-29 | 1 | -3/+6 |
* | hid: Move core include to cpp file | Lioncash | 2018-08-24 | 1 | -0/+1 |
* | hid: disable clang-format around tables | Lioncash | 2018-08-12 | 1 | -4/+5 |
* | hid: Stub DisconnectNpad() | Lioncash | 2018-08-12 | 1 | -1/+7 |
* | hid: fix IsSixAxisSensorAtRest() response | mailwl | 2018-08-08 | 1 | -1/+1 |
* | services/hid: Add ActivateNpadWithRevision() to the hid function info array | Lioncash | 2018-08-07 | 1 | -0/+1 |
* | Add some HID commands (#843) | Hexagon12 | 2018-07-30 | 1 | -2/+16 |
* | service/hid: Add the hidbus, hid:dbg, hid:sys, and hid:tmp services | Lioncash | 2018-07-26 | 1 | -0/+220 |
* | service/hid: Add the xcd:sys service | Lioncash | 2018-07-26 | 1 | -0/+2 |
* | service/hid: Add irs services | Lioncash | 2018-07-26 | 1 | -0/+3 |
* | core_timing: Split off utility functions into core_timing_util | MerryMage | 2018-07-24 | 1 | -0/+1 |
* | hid: Use a ranged-for loops in UpdatePadCallback | Lioncash | 2018-07-19 | 1 | -7/+3 |
* | Fill in more fields in TouchScreenEntryTouch | Zach Hilman | 2018-07-18 | 1 | -4/+9 |
* | Single touch support | Zach Hilman | 2018-07-18 | 1 | -4/+19 |
* | HID: Update controllers less often | James Rowe | 2018-07-15 | 1 | -3/+3 |
* | hid: Fix timestamps and controller type. | bunnei | 2018-07-11 | 1 | -7/+5 |
* | Rename logging macro back to LOG_* | James Rowe | 2018-07-03 | 1 | -25/+25 |
* | Narrow down filter of layout configs | Zach Hilman | 2018-06-14 | 1 | -9/+5 |
* | Move loop condition to free function | Zach Hilman | 2018-06-13 | 1 | -4/+9 |
* | Avoid initializing single-joycon layouts with handheld controller | Zach Hilman | 2018-06-13 | 1 | -1/+4 |
* | hid: Update all layouts and only show handheld as connected, fixes libnx input for P1_AUTO | shinyquagsire23 | 2018-06-12 | 1 | -1/+2 |
* | add IPC CommandType & Some HID FunctionInfo (#487) | greggameplayer | 2018-05-30 | 1 | -0/+30 |
* | hid: Tweaks, Analog Sticks (#435) | Max Thomas | 2018-05-07 | 1 | -56/+134 |
* | core_timing: Namespace all functions and constants in core_timing's header | Lioncash | 2018-04-30 | 1 | -3/+3 |
* | hid: Move logging macros over to new fmt-compatible ones | Lioncash | 2018-04-24 | 1 | -25/+25 |
* | service: Use nested namespace specifiers where applicable | Lioncash | 2018-04-20 | 1 | -4/+2 |
* | Stubbed out GetPlayerLedPattern | Hexagon12 | 2018-04-13 | 1 | -1/+7 |
* | Updated hid with more service names. | Hexagon12 | 2018-04-10 | 1 | -0/+50 |
* | Merge pull request #297 from bunnei/hid-touch-state | bunnei | 2018-04-02 | 1 | -5/+21 |
|\ |
|
| * | hid: Write empty touch screen state. | bunnei | 2018-04-01 | 1 | -5/+21 |
* | | hid: Stub out GetSupportedNpadStyleSet. | bunnei | 2018-03-31 | 1 | -0/+8 |
|/ |
|
* | hid: Stub out SetNpadJoyAssignmentModeDual. | bunnei | 2018-03-25 | 1 | -1/+7 |
* | CoreTiming: Unschedule the pending events when an Interface is destroyed. | Subv | 2018-03-04 | 1 | -0/+4 |
* | Service/hid: stub some functions | mailwl | 2018-02-16 | 1 | -0/+43 |
* | hid: Stub GetVibrationDeviceInfo and SendVibrationValues. | bunnei | 2018-02-15 | 1 | -0/+15 |
* | Service: stub some functions in am, audio, time, vi services | mailwl | 2018-02-07 | 1 | -0/+22 |
* | Service/hid: stub SetNpadHandheldActivationMode | mailwl | 2018-02-06 | 1 | -0/+7 |
* | hid: Stub ActivateTouchScreen and SetNpadJoyHoldType. | bunnei | 2018-02-06 | 1 | -2/+14 |
* | hid: Stub out several functions. | bunnei | 2018-02-05 | 1 | -1/+39 |
* | hid: Implement CreateActiveVibrationDeviceList. | bunnei | 2018-02-04 | 1 | -0/+25 |
* | logger: Use Service_HID category where applicable. | bunnei | 2018-02-04 | 1 | -2/+2 |
* | hle: Rename RequestBuilder to ResponseBuilder. | bunnei | 2018-01-25 | 1 | -2/+2 |
* | service: Fix all incorrect IPC response headers. | bunnei | 2018-01-25 | 1 | -11/+2 |
* | Services: Added a todo about returning interfaces as domain objects in lm, hid and time. | Subv | 2018-01-23 | 1 | -0/+3 |
* | HID: Don't create an unnecessary port in CreateAppletResource. | Subv | 2018-01-22 | 1 | -13/+13 |
* | Stub OpenAudioOut and fix a issue with HID IAppletResource being created more than once | gdkchan | 2018-01-22 | 1 | -1/+6 |
* | hid: Adjust timing based on actual hardware | shinyquagsire23 | 2018-01-17 | 1 | -3/+3 |
* | hid: clang-format | shinyquagsire23 | 2018-01-17 | 1 | -3/+3 |
* | hid: Adjust for style guide | shinyquagsire23 | 2018-01-17 | 1 | -13/+13 |
* | hid: Write to all layouts, implement circular buffers, set up controller metadata. | shinyquagsire23 | 2018-01-16 | 1 | -38/+65 |
* | hid: Bare-minimum sharedmem input | shinyquagsire23 | 2018-01-15 | 1 | -0/+86 |
* | hid: Remove unused registered_loggers. | bunnei | 2018-01-15 | 1 | -3/+0 |
* | hid: Implement IAppletResource::GetSharedMemoryHandle. | bunnei | 2018-01-15 | 1 | -3/+61 |
* | Remove lots more 3DS-specific code. | bunnei | 2017-10-13 | 1 | -422/+3 |
* | Fixed type conversion ambiguity | Huw Pascoe | 2017-09-30 | 1 | -1/+1 |
* | HID: use TouchDevice for touch pad | wwylele | 2017-08-24 | 1 | -4/+8 |
* | HID: fix a comment and a warning | wwylele | 2017-08-20 | 1 | -2/+2 |
* | HID: use MotionDevice for Accelerometer and Gyroscope | wwylele | 2017-08-11 | 1 | -5/+27 |
* | ResultVal: Remove MoveFrom() | Yuri Kunde Schlesner | 2017-06-19 | 1 | -6/+6 |
* | Service: Remove unnecessary includes from service.h | Yuri Kunde Schlesner | 2017-06-06 | 1 | -0/+2 |
* | ir: implement new 3ds HID via ir:rst | wwylele | 2017-05-04 | 1 | -8/+11 |
* | HID: use AnalogDevice | wwylele | 2017-03-01 | 1 | -2/+9 |
* | HID: use ButtonDevice | wwylele | 2017-03-01 | 1 | -1/+44 |
* | HID: move enable_accelerometer/gyroscope_count initialization into Init() (#2574) | Weiyi Wang | 2017-02-17 | 1 | -2/+5 |
* | HID: reset acceleroeter and gyroscope index in Init | wwylele | 2017-01-20 | 1 | -0/+2 |
* | CoreTiming: use named constant for ARM11 clock rate | wwylele | 2017-01-16 | 1 | -3/+3 |
* | HID: manages updating itself using correct ticks | wwylele | 2017-01-16 | 1 | -55/+93 |
* | core: Move emu_window and key_map into core | MerryMage | 2016-12-23 | 1 | -1/+1 |
* | hid: Get rid of a double -> float truncation warning | Lioncash | 2016-12-15 | 1 | -1/+2 |
* | Use negative priorities to avoid special-casing the self-include | Yuri Kunde Schlesner | 2016-09-21 | 1 | -1/+1 |
* | Remove empty newlines in #include blocks. | Emmanuel Gil Peyrot | 2016-09-21 | 1 | -8/+4 |
* | Manually tweak source formatting and then re-run clang-format | Yuri Kunde Schlesner | 2016-09-19 | 1 | -5/+4 |
* | Sources: Run clang-format on everything. | Emmanuel Gil Peyrot | 2016-09-18 | 1 | -22/+25 |
* | hid: add missing header | wwylele | 2016-06-11 | 1 | -0/+2 |
* | fixup! fixup! Refactor input system | wwylele | 2016-05-15 | 1 | -1/+1 |
* | Refactor input subsystem | wwylele | 2016-05-15 | 1 | -32/+36 |
* | Kernel/SharedMemory: Properly implemented shared memory support. | Subv | 2016-05-13 | 1 | -2/+3 |
* | use reference instead of pointer | wwylele | 2016-03-26 | 1 | -9/+9 |
* | implement GyroscopeCalibrateParam | wwylele | 2016-03-25 | 1 | -8/+7 |
* | implement accel and gyro backend | wwylele | 2016-03-22 | 1 | -3/+90 |
* | hid: fix pad update | wwylele | 2016-03-13 | 1 | -1/+1 |
* | svc: Make ResetType an enum class | Lioncash | 2016-03-12 | 1 | -5/+5 |
* | BitField: Make trivially copyable and remove assignment operator | MerryMage | 2016-02-12 | 1 | -1/+1 |
* | services: Get rid of unnecessary includes | Lioncash | 2016-02-02 | 1 | -1/+0 |
* | general: Silence some warnings when using clang | Lioncash | 2015-09-16 | 1 | -2/+2 |
* | Move input values into an array | James Rowe | 2015-07-28 | 1 | -0/+10 |
* | CitraQt: Cleanup includes. | Emmanuel Gil Peyrot | 2015-06-28 | 1 | -0/+1 |
* | Remove every trailing whitespace from the project (but externals). | Emmanuel Gil Peyrot | 2015-05-29 | 1 | -1/+1 |
* | hid: Get rid of undefined behavior | Lioncash | 2015-05-27 | 1 | -2/+2 |
* | HID: Stub DisableAccelerometer and DisableGyroscopeLow | purpasmart96 | 2015-05-23 | 1 | -0/+20 |
* | Kernel: Capture SharedMemory attributes at creation, not when mapping | Yuri Kunde Schlesner | 2015-05-11 | 1 | -2/+4 |
* | Common: Remove common.h | Yuri Kunde Schlesner | 2015-05-07 | 1 | -0/+2 |
* | Services: Initialize all state variables at bootup. | bunnei | 2015-05-02 | 1 | -8/+14 |
* | Services: Stubs and minor changes | purpasmart96 | 2015-04-03 | 1 | -3/+3 |
* | Merge pull request #655 from purpasmart96/hid_fixes | bunnei | 2015-03-17 | 1 | -0/+32 |
|\ |
|
| * | HID: Proper Signal Interrupts for EnableAccelerometer & EnableGyroscopeLow along | purpasmart96 | 2015-03-17 | 1 | -0/+32 |
* | | arm_interface: Get rid of GetTicks. | Lioncash | 2015-03-16 | 1 | -3/+3 |
|/ |
|
* | HID: Removed unnecessary global variables. | bunnei | 2015-03-11 | 1 | -48/+42 |
* | HID: Added additional variable comments and some code cleanups. | bunnei | 2015-03-11 | 1 | -2/+6 |
* | HID: Complete refactor of pad/touch input to fix threading issues. | bunnei | 2015-03-11 | 1 | -81/+23 |
* | HID: Cleanup how `next_touch_index` is calculated for Pad and touch. | bunnei | 2015-03-10 | 1 | -2/+2 |
* | HID: Changed TouchDataEntry `valid` to a BitField and added some doc strings. | bunnei | 2015-03-10 | 1 | -1/+1 |
* | HID: Added functions to emulate the touchpad. | bunnei | 2015-03-10 | 1 | -0/+48 |
* | HID: Moved some docstrings to the header. | bunnei | 2015-03-10 | 1 | -23/+2 |
* | HID: Refactored shared memory decoding for touchpad support. | bunnei | 2015-03-10 | 1 | -21/+30 |
* | Services: Moved the PTM and APT services to their own folder | Subv | 2015-03-04 | 1 | -0/+32 |
* | Kernel: Stop creating useless Handles during object creation | Yuri Kunde Schlesner | 2015-02-02 | 1 | -6/+6 |
* | HID: Fix crash when pressing a key when the emulator is stopped | Yuri Kunde Schlesner | 2015-02-02 | 1 | -0/+2 |
* | Kernel: Convert Event to not use Handles | Yuri Kunde Schlesner | 2015-01-30 | 1 | -13/+15 |
* | Kernel: Convert SharedMemory to not use Handles | Yuri Kunde Schlesner | 2015-01-30 | 1 | -3/+3 |
* | Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxx | archshift | 2015-01-21 | 1 | -0/+138 |