| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Treats (un)signed comparison mismatches as errors to be consistent with MSVC
|
|
|
|
|
|
|
|
|
|
Now that we have most of core free of shadowing, we can enable the
warning as an error to catch anything that may be remaining and also
eliminate this class of logic bug entirely.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|