summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/physical_memory.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-04-17physical_memory: Add missing include for <vector>.bunnei1-0/+2
2020-01-18core/memory: Create a special MapMemoryRegion for physical memory.Markus Wick1-1/+4
This allows us to create a fastmem arena within the memory.cpp helpers.
2019-07-19Kernel: Address FeedbackFernando Sahmkow1-1/+7
2019-07-19VM_Manager: Align allocated memory to 256bytesFernando Sahmkow1-0/+13
This commit ensures that all backing memory allocated for the Guest CPU is aligned to 256 bytes. This due to how gpu memory works and the heavy constraints it has in the alignment of physical memory.