| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | core: hid: Remove deadzone of virtual controller | 2023-04-15 | 1 | -0/+4 | |
| | | |||||
| * | general: fix spelling mistakes | 2023-03-12 | 4 | -8/+8 | |
| | | |||||
| * | Revert "yuzu: config: Remove player 8 and 9 from config file" | 2023-02-26 | 3 | -98/+13 | |
| | | |||||
| * | yuzu: config: Remove player 8 and 9 from config file | 2023-02-25 | 3 | -13/+98 | |
| | | |||||
| * | Merge pull request #9848 from german77/metroid_motion | 2023-02-25 | 3 | -2/+30 | |
| |\ | | | | | input_common: Implement dedicated motion from mouse | ||||
| | * | core: hid: Restore motion state on refresh and clamp motion values | 2023-02-21 | 3 | -2/+30 | |
| | | | |||||
| * | | core: hid: Fix native mouse mappings | 2023-02-21 | 2 | -62/+50 | |
| |/ | |||||
| * | input_common: Split mouse input into individual devices | 2023-02-16 | 2 | -1/+5 | |
| | | |||||
| * | core: hid: Use gyro thresholds modes set by the game | 2023-02-09 | 5 | -6/+55 | |
| | | |||||
| * | input_common: Implement turbo buttons | 2023-02-01 | 2 | -1/+80 | |
| | | |||||
| * | Revert 9617 and fix it on input_common | 2023-01-25 | 1 | -10/+2 | |
| | | |||||
| * | Merge pull request #9492 from german77/joycon_release | 2023-01-24 | 6 | -153/+295 | |
| |\ | | | | | Input_common: Implement custom joycon driver v2 | ||||
| | * | core: hid: Make use of SCOPE_EXIT and SCOPE_GUARD where applicable | 2023-01-20 | 1 | -67/+38 | |
| | | | |||||
| | * | core: hid: Only set the polling mode to the correct side | 2023-01-19 | 2 | -9/+23 | |
| | | | |||||
| | * | input_common: Implement joycon ir camera | 2023-01-19 | 2 | -9/+17 | |
| | | | |||||
| | * | yuzu: Add ring controller test button | 2023-01-19 | 2 | -5/+9 | |
| | | | |||||
| | * | input_common: Use DriverResult on all engines | 2023-01-19 | 1 | -5/+5 | |
| | | | |||||
| | * | Address review comments | 2023-01-19 | 1 | -4/+2 | |
| | | | |||||
| | * | core: hid: Fix input regressions | 2023-01-19 | 2 | -25/+42 | |
| | | | |||||
| | * | input_common: Implement joycon nfc | 2023-01-19 | 1 | -1/+2 | |
| | | | |||||
| | * | core: hid: Enable pulling color data from controllers | 2023-01-19 | 4 | -1/+115 | |
| | | | |||||
| | * | core: hid: Migrate ring from emulated devices to emulated controller | 2023-01-19 | 4 | -65/+80 | |
| | | | |||||
| * | | core: hid: Fix stick minimum range | 2023-01-14 | 1 | -2/+10 | |
| |/ | |||||
| * | 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 | ||||