| Age | Commit message (Collapse) | Author |
|
- Fixes a crash in Megadimension Neptunia VII.
|
|
- Fixes a potential deadlock on service thread shutdown.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
down.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- This would have limited value, and would be a mess to handle properly.
|
|
|
|
|
|
- Useful purely for debugging.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
service/hid: Stub SetNpadCaptureButtonAssignment and ClearNpadCaptureButtonAssignment
|
|
ClearNpadCaptureButtonAssignment
Used by ring fit adventure 1.2.0
|
|
|
|
|
|
|
|
|
|
general: Replace high_resolution_clock with steady_clock
|
|
- Used by Disney Magical World 2: Enchanted Edition
|
|
On some OSes, high_resolution_clock is an alias to system_clock and is not monotonic in nature. Replace this with steady_clock.
|
|
- Used by Super Bomberman R Online
|
|
Allows us to be more explicit with the representation of button states and use the provided bit manipulation operators
|