aboutsummaryrefslogtreecommitdiff
path: root/src/core/loader/kip.cpp
AgeCommit message (Collapse)Author
2020-01-18core/loaders: Simplify PhysicalMemory usage.Markus Wick
It is currently a std::vector, however we might want to replace it with a more fancy allocator. So we can't use the C++ iterators any more.
2019-07-19VM_Manager: Align allocated memory to 256bytesFernando Sahmkow
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.
2019-06-06kernel_executable: Optimize BLZ decompressionZach Hilman
2019-06-05loader: Add AppLoader_KIP for KIP filesZach Hilman