summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/transfer_memory.h (unfollow)
Commit message (Expand)AuthorFilesLines
2019-11-25kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)bunnei1-5/+5
2019-07-19VM_Manager: Align allocated memory to 256bytesFernando Sahmkow1-1/+2
2019-04-03kernel/transfer_memory: Add accessors to data and sizesLioncash1-4/+16
2019-03-13core/hle/kernel: Split transfer memory handling out into its own classLioncash1-0/+91