| Age | Commit message (Collapse) | Author |
|
|
|
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
|
|
|
|
|
|
|
|
Enable compatibility for new account/device save paths planned on a future implementation.
|
|
|
|
kernel: remove KWritableEvent
|
|
Preliminary support for nx-hbloader
|
|
IFriendService: stub CheckFriendListAvailability
|
|
|
|
|
|
kernel: add expanded result macros
|