suyu/src/core/loader
Lioncash 87d8a9c986 loader: Make ResultStatus directly compatible with fmt
We can make the enum class type compatible with fmt by providing an
overload of operator<<.

While we're at it, perform proper bounds checking. If something exceeds
the array, it should be a hard fail, because it's, without a doubt, a
programmer error in this case.
2018-08-15 05:52:37 -04:00
..
deconstructed_rom_directory.cpp loader: Remove address mapping remnants from citra 2018-08-14 21:37:03 -04:00
deconstructed_rom_directory.h Avoid parsing RomFS to directory in NCA 2018-08-06 23:06:33 -04:00
elf.cpp loader: Remove address mapping remnants from citra 2018-08-14 21:37:03 -04:00
elf.h Virtual Filesystem 2: Electric Boogaloo (#676) 2018-07-18 18:07:11 -07:00
linker.cpp linker: Remove unused parameter from WriteRelocations() 2018-07-23 17:40:12 -04:00
linker.h linker: Remove unused parameter from WriteRelocations() 2018-07-23 17:40:12 -04:00
loader.cpp loader: Make ResultStatus directly compatible with fmt 2018-08-15 05:52:37 -04:00
loader.h loader: Make ResultStatus directly compatible with fmt 2018-08-15 05:52:37 -04:00
nca.cpp loader: Add more descriptive errors 2018-08-09 21:06:59 -04:00
nca.h loader: Add icon and title support to XCI 2018-08-06 23:13:42 -04:00
nro.cpp loader: Remove address mapping remnants from citra 2018-08-14 21:37:03 -04:00
nro.h kernel: Move object class to its own source files 2018-08-01 23:34:42 -04:00
nso.cpp loader: Remove address mapping remnants from citra 2018-08-14 21:37:03 -04:00
nso.h kernel: Move object class to its own source files 2018-08-01 23:34:42 -04:00
xci.cpp loader: Add more descriptive errors 2018-08-09 21:06:59 -04:00
xci.h loader: Add icon and title support to XCI 2018-08-06 23:13:42 -04:00