summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/transfer_memory.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)bunnei2019-11-251-5/+5
* VM_Manager: Align allocated memory to 256bytesFernando Sahmkow2019-07-191-1/+2
* kernel/transfer_memory: Add accessors to data and sizesLioncash2019-04-031-4/+16
* core/hle/kernel: Split transfer memory handling out into its own classLioncash2019-03-131-0/+91