yuzu/src/core/loader
Lioncash 4a587b81b2 core/core: Replace includes with forward declarations where applicable
The follow-up to e2457418da, which
replaces most of the includes in the core header with forward declarations.

This makes it so that if any of the headers the core header was
previously including change, then no one will need to rebuild the bulk
of the core, due to core.h being quite a prevalent inclusion.

This should make turnaround for changes much faster for developers.
2018-08-31 16:30:14 -04:00
..
deconstructed_rom_directory.cpp core/core: Replace includes with forward declarations where applicable 2018-08-31 16:30:14 -04:00
deconstructed_rom_directory.h Avoid parsing RomFS to directory in NCA 2018-08-06 23:06:33 -04:00
elf.cpp core/core: Replace includes with forward declarations where applicable 2018-08-31 16:30:14 -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: Add new NAX-specific errors and messages 2018-08-23 11:52:44 -04:00
loader.h loader: Add new NAX-specific errors and messages 2018-08-23 11:52:44 -04:00
nax.cpp file_sys/crypto: Fix missing/unnecessary includes 2018-08-24 22:15:32 -04:00
nax.h file_sys: Cut down on includes and copies 2018-08-23 11:53:30 -04:00
nca.cpp service/filesystem: Use forward declarations where applicable 2018-08-20 23:28:46 -04:00
nca.h loader/nca: Remove unnecessary includes and member variables 2018-08-15 01:41:40 -04:00
nro.cpp core/core: Replace includes with forward declarations where applicable 2018-08-31 16:30:14 -04:00
nro.h kernel: Move object class to its own source files 2018-08-01 23:34:42 -04:00
nso.cpp core/core: Replace includes with forward declarations where applicable 2018-08-31 16:30:14 -04:00
nso.h kernel: Move object class to its own source files 2018-08-01 23:34:42 -04:00
xci.cpp xci: Fix error masking issue 2018-08-23 11:52:44 -04:00
xci.h loader/xci: Remove unnecessary includes and member variables 2018-08-15 01:41:35 -04:00