dolphin/Source/Core/Core/Boot
BhaaL 8a6d9e1e0b hide the distinction between WAD and File from ES
instead, leave all the management with the NANDContentLoader.

for file data (directly on the NAND), this opens the file on-demand and
returns the requested chunk when asked for it.
for on-the-fly decrypted WAD data, we just keep the decoded buffer in
memory, like we've done before - except that we don't give away any objects
we don't want to.
2016-03-20 13:10:50 +01:00
..
Boot_BS2Emu.cpp DiscIO: Improve IVolume::Read32 error handling 2015-12-14 09:38:21 +01:00
Boot_DOL.cpp Fix building with PCH disabled. 2015-12-23 09:54:33 -06:00
Boot_DOL.h NANDContentLoader/WiiWAD: Get rid of raw delete and new 2015-12-19 17:37:09 -05:00
Boot_ELF.cpp Common: Remove StdMakeUnique.h 2015-09-06 04:09:53 -04:00
Boot_WiiWAD.cpp hide the distinction between WAD and File from ES 2016-03-20 13:10:50 +01:00
Boot.cpp Always load system fonts from IPL dump, if available 2015-12-24 15:57:54 -03:00
Boot.h Move DVDRead from DVDInterface to Boot 2015-11-16 23:22:53 +01:00
ElfReader.cpp Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
ElfReader.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
ElfTypes.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00