yuzu/src/core/loader
Lioncash 5b0a9f8ba8 core: Add missing override specifiers where applicable
Applies the override specifier where applicable. In the case of
destructors that are  defaulted in their definition, they can
simply be removed.

This also removes the unnecessary inclusions being done in audin_u and
audrec_u, given their close proximity.
2019-04-04 12:19:44 -04:00
..
deconstructed_rom_directory.cpp vm_manager: Remove cheat-specific ranges from VMManager 2019-03-05 10:09:36 -05:00
deconstructed_rom_directory.h loaders: Make GetFileType() a const qualified member function 2018-12-05 17:49:34 -05:00
elf.cpp kernel/codeset: Make CodeSet's memory data member a regular std::vector 2019-03-22 18:43:46 -04:00
elf.h loaders: Make GetFileType() a const qualified member function 2018-12-05 17:49:34 -05:00
loader.cpp kernel/process: Hook up the process capability parser to the process itself 2018-12-21 07:05:34 -05:00
loader.h loader: Propagate NCA logo section to ReadBanner and ReadLogo 2019-01-15 16:01:04 -05:00
nax.cpp loader: Propagate NCA logo section to ReadBanner and ReadLogo 2019-01-15 16:01:04 -05:00
nax.h loader: Propagate NCA logo section to ReadBanner and ReadLogo 2019-01-15 16:01:04 -05:00
nca.cpp loader: Propagate NCA logo section to ReadBanner and ReadLogo 2019-01-15 16:01:04 -05:00
nca.h loader: Propagate NCA logo section to ReadBanner and ReadLogo 2019-01-15 16:01:04 -05:00
nro.cpp kernel/codeset: Make CodeSet's memory data member a regular std::vector 2019-03-22 18:43:46 -04:00
nro.h loader: Remove Linker inheritance from NRO and NSO loaders 2019-03-19 21:31:59 -04:00
nso.cpp Merge pull request #2093 from FreddyFunk/disk-cache-better-compression 2019-04-03 21:50:29 -04:00
nso.h file_sys/patch_manager: Deduplicate NSO header 2019-03-22 14:39:10 -04:00
nsp.cpp loader: Propagate NCA logo section to ReadBanner and ReadLogo 2019-01-15 16:01:04 -05:00
nsp.h loader: Propagate NCA logo section to ReadBanner and ReadLogo 2019-01-15 16:01:04 -05:00
xci.cpp loader: Propagate NCA logo section to ReadBanner and ReadLogo 2019-01-15 16:01:04 -05:00
xci.h core: Add missing override specifiers where applicable 2019-04-04 12:19:44 -04:00