| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Clang and ICC for whatever reason also defines __GNUC__. Exclude them from this check.
|
|
|
|
These are already explicitly or implicitly set in src/CMakeLists.txt
|
|
|
|
|
|
hid/npad: Fix copy size in GetSupportedNpadIdTypes
|
|
|
|
Makes for stronger typing and allows tooling bounds checks provided by
the standard library for debugging purposes.
|
|
|
|
|
|
Previously this was passing the size of the vector into memcpy rather
than the size in bytes to copy, which would result in a partial read.
Thankfully, this function isn't used yet, so this gets rid of a bug
before it's able to do anything.
|
|
kernel: Session request cleanup
|
|
[audio_core] Update for firmware 15.0.0
|
|
|
|
|
|
savedata_factory: Detect future save data paths
|
|
kernel: fix slab heap ABA
|
|
Kernel Multiprocess (Part 1) - Persist memory & core timing
|
|
|
|
|
|
video_core: implement 1D copies based on VMM 'kind'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
current process.
|
|
|
|
|
|
|
|
KMemoryBlockManager/SlabManager.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
general: Add missing pragma once
|
|
|
|
|
|
|