summaryrefslogtreecommitdiffstats
path: root/src/core/loader/kip.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-07-19VM_Manager: Align allocated memory to 256bytesFernando Sahmkow1-1/+1
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-07kernel_executable: Optimize BLZ decompressionZach Hilman1-4/+8
2019-06-05loader: Add AppLoader_KIP for KIP filesZach Hilman1-0/+98