aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/memory.cpp
AgeCommit message (Expand)Author
2016-05-14Memory: Fixed a regression caused by #1695 and #1689.Subv
2016-05-13Merge pull request #1689 from Subv/shmembunnei
2016-05-12Kernel/Memory: Remove the Shared Memory region from the legacy memory map.Subv
2016-05-07Kernel/Threads: Dynamically allocate the TLS region for threads in the BASE r...Subv
2016-02-21AudioCore: Skeleton ImplementationMerryMage
2015-11-30Kernel: Implement svcGetSystemInfoYuri Kunde Schlesner
2015-08-16Kernel: Remove unused legacy heap MapBlock_* functionsYuri Kunde Schlesner
2015-08-16Kernel: Add more infrastructure to support different memory layoutsYuri Kunde Schlesner
2015-08-16Move core/mem_map.{cpp,h} => core/hle/kernel/memory.{cpp,h}Yuri Kunde Schlesner