- 06 Feb, 2021 9 commits
-
-
bunnei authored
ring_buffer: Remove granularity template argument
-
bunnei authored
k_address_arbiter: Minor cleanup
-
MerryMage authored
Non-obvious bug in RingBuffer::Push(std::vector<T>&) when granularity != 1 Just remove it altogether because we do not have a use for granularity != 1
-
bunnei authored
HID: Update the HID service to match more closely to switchbrew part 1
-
Lioncash authored
Allows for more descriptive error messages and also doesn't hide control-path exit returns from the reader.
-
Lioncash authored
This is a useful function in a generic context or with types that overload unary operator&. However, primitives and pointers will never do this, so we can opt for a more straightforward syntax.
-
Lioncash authored
This code is never used, so we can remove it. It's in version control, so it can always be brought back when needed.
-
bunnei authored
Kernel Rework: Refactor KEvent/KReadableEvent/KWritableEvent
-
bunnei authored
k_priority_queue: Minor cleanup
-
- 05 Feb, 2021 12 commits
-
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
IApplicationFunctions: Implement GetHealthWarningDisappearedSystemEvent
-
bunnei authored
video_core: host_shaders: Don't pass --quiet to glslangValidator if unavailable
-
- 04 Feb, 2021 12 commits
-
-
bunnei authored
k_affinity_mask: Avoid implicit truncation to bool
-
Lioncash authored
This can cause compiler warnings. Instead, we can explicitly add a boolean expression around it to naturally turn the result into a bool.
-
Lioncash authored
Given these are only used as function existence checks, we can simplify some usages of declval, given they aren't particularly useful here. Reduces a few template instantiations, which at most reduces compile times a tiny bit.
-
Lioncash authored
We can make use of the _t variants of the templates to cut down on a little bit of verbosity.
-
Lioncash authored
An identifier containing a starting underscore followed by a capital letter is reserved by the standard. It's trivial to avoid this by moving the underscore to the end of the identifier. While the likelihood of clashing here being minimal, we can turn a "should not break" scenario into a definitive "will not break" one, so why not?.
-
bunnei authored
key_manager: Create the keys directory if it does not exist
-
Morph authored
-
bunnei authored
config: Always update handheld config
-
german authored
-
german authored
-
german authored
-
bunnei authored
audren: Disable reverb for the time being
-
- 03 Feb, 2021 3 commits
-
-
german authored
-
bunnei authored
kernel: Rewrite resource limit to be more accurate
-
Chloe Marcec authored
-
- 02 Feb, 2021 4 commits