| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | input_common: Create an update engine | 2023-01-05 | 1 | -10/+0 | |
| | | |||||
| * | TAS: Immediately switch stick to TAS on input | 2023-01-03 | 1 | -9/+11 | |
| | | | | | Co-Authored-By: Narr the Reg <5944268+german77@users.noreply.github.com> | ||||
| * | core: hid: emulated_console: Avoid a crash if frontend does not configure ↵ | 2022-12-30 | 1 | -0/+5 | |
| | | | | | touch_from_button_maps. | ||||
| * | TAS: Increase accuracy of Stick inputs | 2022-12-25 | 1 | -0/+7 | |
| | | |||||
| * | input_common: Add virtual gamepad | 2022-12-16 | 2 | -0/+91 | |
| | | |||||
| * | emulated_controller: Remove unused parameter in GetMappedDevices() | 2022-12-05 | 2 | -3/+2 | |
| | | | | | | This isn't used, so it can be removed to make the function a little nicer. | ||||
| * | emulated_controller: Use std::move() in GetMappedDevices() | 2022-12-05 | 1 | -6/+6 | |
| | | | | | Avoids churning allocations in a loop. | ||||
| * | emulated_console: Amend cast in SetTouch() | 2022-12-05 | 1 | -1/+1 | |
| | | | | | id is an int value, not a u32. | ||||
| * | emulated_console: std::move() ParamPackages and callbacks where applicable | 2022-12-05 | 1 | -4/+4 | |
| | | |||||
| * | Merge pull request #9273 from ameerj/per-game-profile | 2022-12-04 | 1 | -2/+1 | |
| |\ | | | | | Configuration: Add per-game input profiles | ||||
| | * | Configuration: Add per-game input profiles | 2022-11-20 | 1 | -2/+1 | |
| | | | |||||
| * | | externals: update dynarmic, SDL2 | 2022-12-04 | 1 | -0/+1 | |
| | | | |||||
| * | | Merge pull request #9289 from liamwhite/fruit-company | 2022-12-03 | 2 | -0/+2 | |
| |\ \ | | | | | | | general: fix compile for Apple Clang | ||||
| | * | | general: fix compile for Apple Clang | 2022-11-22 | 2 | -0/+2 | |
| | | | | |||||
| * | | | core/hid/emulated_controller: Use ranges version of transform | 2022-11-28 | 1 | -19/+15 | |
| | | | | | | | | | | | | | Makes the transform calls much nicer to read. | ||||
| * | | | common/input: Add helpers functions for creating input and output devices | 2022-11-28 | 3 | -19/+19 | |
| | | | | | | | | | | | | | | | | Avoids the redundancy of needing to explictly specify the common namespace and the type. | ||||
| * | | | yuzu-cmd: Fix input callback crash on close | 2022-11-27 | 1 | -0/+1 | |
| |/ / | |||||
| * / | core: hid: Implement true multitouch support | 2022-11-19 | 3 | -29/+83 | |
| |/ | |||||
| * | Merge pull request #9113 from german77/peer_pressure | 2022-10-25 | 1 | -0/+1 | |
| |\ | | | | | service: nfp: Allow amiibos without keys | ||||
| | * | core: hid: Add handheld to nfc devices | 2022-10-22 | 1 | -0/+1 | |
| | | | |||||
| * | | Merge pull request #9107 from german77/gidoly_rules | 2022-10-25 | 2 | -41/+9 | |
| |\ \ | | | | | | | input_common: cache vibration tests | ||||
| | * | | input_common: cache vibration tests | 2022-10-21 | 2 | -41/+9 | |
| | |/ | |||||
| * / | general: Enforce C4800 everywhere except in video_core | 2022-10-22 | 1 | -11/+11 | |
| |/ | |||||
| * | general: Fix spelling of "unknown" | 2022-10-16 | 1 | -10/+10 | |
| | | |||||
| * | input_common: have an unique vector in callback status | 2022-10-09 | 1 | -2/+8 | |
| | | |||||
| * | service: nfp: Fix errors to pass unit testing | 2022-10-03 | 1 | -2/+4 | |
| | | |||||
| * | Merge pull request #8955 from german77/amiibo-rewrite | 2022-10-02 | 4 | -3/+123 | |
| |\ | | | | | core: nfp: Rewrite implementation to remove direct access from the frontend | ||||
| | * | service: nfp: address comments | 2022-10-02 | 1 | -1/+1 | |
| | | | |||||
| | * | core: hid: Add nfc support to emulated controller | 2022-10-02 | 4 | -3/+123 | |
| | | | |||||
| * | | Fix "controller.colors_state.right" being "left" | 2022-10-01 | 1 | -1/+1 | |
| |/ | |||||
| * | Merge pull request #8863 from german77/triggers | 2022-09-09 | 1 | -0/+15 | |
| |\ | | | | | core: hid: Fix GC triggers overwriting ZL and ZR buttons | ||||
| | * | core: hid: Fix GC triggers overwritting ZL and ZR buttons | 2022-09-05 | 1 | -0/+15 | |
| | | | |||||
| * | | input_common: Add support for analog toggle | 2022-09-06 | 1 | -0/+3 | |
| |/ | |||||
| * | Merge pull request #8566 from german77/galaxy | 2022-08-26 | 2 | -1/+35 | |
| |\ | | | | | core: hid: Add fallback for dualjoycon and pro controllers | ||||
| | * | core: hid: Add fallback for dualjoycon and pro controllers | 2022-07-10 | 2 | -1/+35 | |
| | | | |||||
| * | | Merge pull request #8722 from german77/ds4_goes_brrr | 2022-08-09 | 1 | -0/+4 | |
| |\ \ | | | | | | | hid: core: Delay the stop vibration command when testing | ||||
| | * | | hid: core: Delay the stop vibration command when testing | 2022-08-05 | 1 | -0/+4 | |
| | | | | |||||
| * | | | hid: core: Properly emulate controller color and battery level | 2022-08-08 | 3 | -10/+35 | |
| |/ / | |||||
| * | | service: irs: Move to IRS namespace and minor fixes | 2022-07-23 | 1 | -7/+4 | |
| | | | |||||
| * | | core: hid: Add cammera support | 2022-07-23 | 5 | -3/+422 | |
| |/ | |||||
| * | service: hid: Correct some mistakes and add more validations | 2022-06-28 | 1 | -0/+1 | |
| | | |||||
| * | common: Change semantics of UNREACHABLE to unconditionally crash | 2022-06-13 | 1 | -2/+2 | |
| | | |||||
| * | Merge pull request #8368 from german77/seventimes | 2022-05-30 | 1 | -0/+43 | |
| |\ | | | | | Service: hid: Several improvements and implementations | ||||
| | * | service: hid: Implement ResetIsSixAxisSensorDeviceNewlyAssigned | 2022-05-27 | 1 | -0/+10 | |
| | | | | | | | | | Needed by Nintendo Switch Sports | ||||
| | * | service: hid: Implement LoadSixAxisSensorCalibrationParameter and ↵ | 2022-05-27 | 1 | -0/+33 | |
| | | | | | | | | | | | | | GetSixAxisSensorIcInformation Needed by Nintendo Switch Sports | ||||
| * | | Merge pull request #8374 from german77/asnycvibrations | 2022-05-28 | 1 | -5/+29 | |
| |\ \ | | | | | | | input_common: Make vibration request async | ||||
| | * | | input_common: Make vibration request async | 2022-05-23 | 1 | -5/+29 | |
| | |/ | |||||
| * / | input_common: touch: Rewrite touch driver to support multiple touch points | 2022-05-23 | 2 | -4/+15 | |
| |/ | |||||
| * | Merge pull request #8272 from german77/stick_range | 2022-05-03 | 1 | -2/+2 | |
| |\ | | | | | yuzu: config: Improve analog stick mapping | ||||
| | * | yuzu: Config allow to delete single axis directions when buttons are mapped ↵ | 2022-04-26 | 1 | -2/+2 | |
| | | | | | | | | | to a stick | ||||