| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
core: nfp: Rewrite implementation to remove direct access from the frontend
|
|
|
|
|
|
|
|
core: hid: Add fallback for dualjoycon and pro controllers
|
|
hid: core: Delay the stop vibration command when testing
|
|
|
|
|
|
|
|
|
|
|
|
This formats all copyright comments according to SPDX formatting guidelines.
Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
|
|
|
|
|
|
|
|
nfp: Improve amiibo support
|
|
|
|
This completes the removal of the old UUID implementation.
|
|
|
|
|
|
Found by static analysis with PVS-Studio.
|
|
yuzu: Add controller hotkeys
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
start lion review
|
|
|
|
|
|
|