| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
yuzu: Add controller hotkeys
|
| | |
|
| | |
|
|\ \
| | |
| | | |
input_common: Fix UDP controller mappings
|
| |/ |
|
|/ |
|
| |
|
| |
|
|\
| |
| | |
service/hid: Improve console motion accuracy
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
|/ |
|
| |
|
| |
|
|
|
|
| |
Allows us to be more explicit with the representation of button states and use the provided bit manipulation operators
|
|
|
|
| |
This represents a bitmask for all pressed buttons
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Fix compiler bug
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
start lion review
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
review fixes
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|