| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
KAutoObject.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
hid: Implement SevenSixAxis and ConsoleSixAxisSensor
|
|
|
|
|
|
|
|
- Removes a dependency on core and input_common from common.
|
|
externals: Search for shared opus installation.
|
|
We had used conan for opus before, but there was a bug in the AVX detection.
However we still had the Findopus.cmake file within the repository, but not used.
This patch reenables the Findopus helper and prefer the system wide installation of opus.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Avoids a lot of unnecessary 128-bit math for imperceptible accuracy.
|
|
|
|
disabled.
- Fixes crash on Pokemon Sword/Shield when pressing 'Y'.
|
|
This implements KScopedReservation, allowing resource limit reservations to be more HW accurate, and release upon failure without requiring too many conditionals.
|
|
* kernel: Unify result codes
Drop the usage of ERR_NAME convention in kernel for ResultName. Removed seperation between svc_results.h & errors.h as we mainly include both most of the time anyways.
* oops
* rename errors to svc_results
|
|
Prevents a operator delete error when compiling with Clang 11.
|
|
|
|
|
|
|
|
Matches closer to hardware
|
|
|
|
|