summaryrefslogtreecommitdiffstats
path: root/src/core/loader/kip.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-09-16core/loader: Remove dependencies on the global system instanceLioncash1-1/+2
Now all that remains is: 18 instances in file_sys code 14 instances in GDB stub code (this can be tossed wholesale) 4 instances in HLE code 2 instances in settings code.
2020-04-17loader: elf/kip/nro: Updates for new VMM.bunnei1-1/+3
2020-04-17core: memory: Move to Core::Memory namespace.bunnei1-1/+1
- helpful to disambiguate Kernel::Memory namespace.
2020-01-18core/loaders: Simplify PhysicalMemory usage.Markus Wick1-2/+3
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 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