yuzu-fork/src/core/loader
Yuri Kunde Schlesner 7ada357b2d Memmap: Re-organize memory function in two files
memory.cpp/h contains definitions related to acessing memory and
configuring the address space
mem_map.cpp/h contains higher-level definitions related to configuring
the address space accoording to the kernel and allocating memory.
2015-05-15 00:04:38 -03:00
..
3dsx.cpp Memmap: Re-organize memory function in two files 2015-05-15 00:04:38 -03:00
3dsx.h Kernel: Introduce skeleton Process class to hold process data 2015-05-08 22:11:02 -03:00
elf.cpp Memmap: Re-organize memory function in two files 2015-05-15 00:04:38 -03:00
elf.h Kernel: Introduce skeleton Process class to hold process data 2015-05-08 22:11:02 -03:00
loader.cpp Memmap: Re-organize memory function in two files 2015-05-15 00:04:38 -03:00
loader.h Loader: Remove .bin file support 2015-05-08 23:09:41 -03:00
ncch.cpp Memmap: Re-organize memory function in two files 2015-05-15 00:04:38 -03:00
ncch.h Loader/NCCH: Fix formatting of braces 2015-05-08 22:11:48 -03:00