yuzu-mainline/src/core/loader
Lioncash ff45c39578 General: Make use of std::nullopt where applicable
Allows some implementations to avoid completely zeroing out the internal
buffer of the optional, and instead only set the validity byte within
the structure.

This also makes it consistent how we return empty optionals.
2020-09-22 17:32:33 -04:00
..
deconstructed_rom_directory.cpp file_sys/romfs_factory: Eliminate usage of the global system accessor 2020-09-16 19:15:19 -04:00
deconstructed_rom_directory.h core/loader: Remove dependencies on the global system instance 2020-09-16 08:46:59 -04:00
elf.cpp core/loader: Remove dependencies on the global system instance 2020-09-16 08:46:59 -04:00
elf.h core/loader: Remove dependencies on the global system instance 2020-09-16 08:46:59 -04:00
kip.cpp core/loader: Remove dependencies on the global system instance 2020-09-16 08:46:59 -04:00
kip.h core/loader: Remove dependencies on the global system instance 2020-09-16 08:46:59 -04:00
loader.cpp common/fileutil: Convert namespace to Common::FS 2020-08-16 06:52:40 -04:00
loader.h core/loader: Remove dependencies on the global system instance 2020-09-16 08:46:59 -04:00
nax.cpp core/loader: Remove dependencies on the global system instance 2020-09-16 08:46:59 -04:00
nax.h core/loader: Remove dependencies on the global system instance 2020-09-16 08:46:59 -04:00
nca.cpp file_sys/romfs_factory: Eliminate usage of the global system accessor 2020-09-16 19:15:19 -04:00
nca.h core/loader: Remove dependencies on the global system instance 2020-09-16 08:46:59 -04:00
nro.cpp file_sys/romfs_factory: Eliminate usage of the global system accessor 2020-09-16 19:15:19 -04:00
nro.h core/loader: Remove dependencies on the global system instance 2020-09-16 08:46:59 -04:00
nso.cpp General: Make use of std::nullopt where applicable 2020-09-22 17:32:33 -04:00
nso.h core/loader: Remove dependencies on the global system instance 2020-09-16 08:46:59 -04:00
nsp.cpp core/loader: Remove dependencies on the global system instance 2020-09-16 08:46:59 -04:00
nsp.h core/loader: Remove dependencies on the global system instance 2020-09-16 08:46:59 -04:00
xci.cpp core/loader: Remove dependencies on the global system instance 2020-09-16 08:46:59 -04:00
xci.h core/loader: Remove dependencies on the global system instance 2020-09-16 08:46:59 -04:00