Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | input_common: Add property to invert an axis button | Narr the Reg | 2023-05-06 | 1 | -0/+2 |
| | |||||
* | general: fix spelling mistakes | Liam | 2023-03-12 | 1 | -4/+4 |
| | |||||
* | input_common: Minor typo issues (#9922) | Narr the Reg | 2023-03-08 | 1 | -1/+1 |
| | |||||
* | input_common: Implement turbo buttons | german77 | 2023-02-01 | 1 | -0/+2 |
| | |||||
* | input_common: Use DriverResult on all engines | german77 | 2023-01-20 | 1 | -26/+20 |
| | |||||
* | input_common: Initial skeleton for custom joycon driver | Narr the Reg | 2023-01-20 | 1 | -3/+23 |
| | |||||
* | input_common: Create an update engine | Narr the Reg | 2023-01-06 | 1 | -3/+0 |
| | |||||
* | Merge pull request #9289 from liamwhite/fruit-company | liamwhite | 2022-12-03 | 1 | -0/+1 |
|\ | | | | | general: fix compile for Apple Clang | ||||
| * | general: fix compile for Apple Clang | Liam | 2022-11-23 | 1 | -0/+1 |
| | | |||||
* | | common/input: Add helpers functions for creating input and output devices | Lioncash | 2022-11-28 | 1 | -0/+34 |
| | | | | | | | | | | Avoids the redundancy of needing to explictly specify the common namespace and the type. | ||||
* | | common/input: Pass ParamPackage by const reference in CreateDevice | Lioncash | 2022-11-28 | 1 | -3/+3 |
|/ | | | | | This was previously being passed by value, which was unnecessary and created more allocations than necessary. | ||||
* | input_common: cache vibration tests | german77 | 2022-10-21 | 1 | -1/+4 |
| | |||||
* | input_common: have an unique vector in callback status | german77 | 2022-10-09 | 1 | -2/+3 |
| | |||||
* | service: nfp: address comments | german77 | 2022-10-02 | 1 | -1/+1 |
| | |||||
* | input_common: Create virtual amiibo driver | german77 | 2022-10-02 | 1 | -0/+27 |
| | |||||
* | input_common: Add support for analog toggle | Narr the Reg | 2022-09-06 | 1 | -0/+5 |
| | |||||
* | chore: make yuzu REUSE compliant | Andrea Pappacoda | 2022-07-27 | 1 | -3/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [REUSE] is a specification that aims at making file copyright information consistent, so that it can be both human and machine readable. It basically requires that all files have a header containing copyright and licensing information. When this isn't possible, like when dealing with binary assets, generated files or embedded third-party dependencies, it is permitted to insert copyright information in the `.reuse/dep5` file. Oh, and it also requires that all the licenses used in the project are present in the `LICENSES` folder, that's why the diff is so huge. This can be done automatically with `reuse download --all`. The `reuse` tool also contains a handy subcommand that analyzes the project and tells whether or not the project is (still) compliant, `reuse lint`. Following REUSE has a few advantages over the current approach: - Copyright information is easy to access for users / downstream - Files like `dist/license.md` do not need to exist anymore, as `.reuse/dep5` is used instead - `reuse lint` makes it easy to ensure that copyright information of files like binary assets / images is always accurate and up to date To add copyright information of files that didn't have it I looked up who committed what and when, for each file. As yuzu contributors do not have to sign a CLA or similar I couldn't assume that copyright ownership was of the "yuzu Emulator Project", so I used the name and/or email of the commit author instead. [REUSE]: https://reuse.software Follow-up to 01cf05bc75b1e47beb08937439f3ed9339e7b254 | ||||
* | input_common: Add camera driver | german77 | 2022-07-24 | 1 | -1/+28 |
| | |||||
* | input_common: Make vibration request async | Narr the Reg | 2022-05-23 | 1 | -0/+1 |
| | |||||
* | input_common: Add home and hard touch press buttons to UDP controllers | german77 | 2022-01-30 | 1 | -0/+2 |
| | |||||
* | input_common: Reintroduce motion from mouse and use button names | german77 | 2022-01-17 | 1 | -0/+7 |
| | |||||
* | common/input: Avoid numerous large copies of CallbackStatus | Lioncash | 2021-12-14 | 1 | -2/+2 |
| | | | | | | | | | CallbackStatus instances aren't the cheapest things to copy around (relative to everything else), given that they're currently 520 bytes in size and are currently copied numerous times when callbacks are invoked. Instead, we can pass the status by const reference to avoid all the copying. | ||||
* | common/input: Remove unnecessary returns | Lioncash | 2021-12-14 | 1 | -6/+2 |
| | | | | Given these return void, these can be omitted. | ||||
* | input_engine: Pass LedStatus by const reference | Lioncash | 2021-12-13 | 1 | -1/+1 |
| | | | | Avoids copies where reasonably applicable | ||||
* | input_engine: Pass VibrationStatus by const reference in SetRumble() | Lioncash | 2021-12-13 | 1 | -4/+2 |
| | | | | Avoids creating copies of the struct where not necessary. | ||||
* | input_common: Fully implement UDP controllers | Narr the Reg | 2021-11-26 | 1 | -0/+14 |
| | |||||
* | input_common: Move button names to the frontend | german77 | 2021-11-25 | 1 | -0/+22 |
| | |||||
* | config: Cleanup and documentation | german77 | 2021-11-25 | 1 | -3/+31 |
| | |||||
* | core/hid: Prevent Emulated controller from flapping with multiple inputs devices | german77 | 2021-11-25 | 1 | -0/+4 |
| | |||||
* | core/hid: Fully emulate motion from button | german77 | 2021-11-25 | 1 | -0/+5 |
| | |||||
* | second commit lion review | german77 | 2021-11-25 | 1 | -1/+1 |
| | |||||
* | settings: Fix Debug controller type options | german77 | 2021-11-25 | 1 | -2/+2 |
| | |||||
* | kraken: Address comments from review | german77 | 2021-11-25 | 1 | -2/+2 |
| | | | | start lion review | ||||
* | input_common: Add manual update options to input devices | german77 | 2021-11-25 | 1 | -0/+10 |
| | |||||
* | core/hid: Fix rumble too strong at 1% | german77 | 2021-11-25 | 1 | -0/+7 |
| | |||||
* | core/hid: Only signal when needed | german77 | 2021-11-25 | 1 | -0/+1 |
| | |||||
* | core/hid: Add output devices | german77 | 2021-11-25 | 1 | -0/+39 |
| | |||||
* | common: Rewrite and move core/frontend/input.h to common | german77 | 2021-11-25 | 1 | -0/+242 |