yuzu/src/core/loader
Zach Hilman 77c684c114 Virtual Filesystem (#597)
* Add VfsFile and VfsDirectory classes

* Finish abstract Vfs classes

* Implement RealVfsFile (computer fs backend)

* Finish RealVfsFile and RealVfsDirectory

* Finished OffsetVfsFile

* More changes

* Fix import paths

* Major refactor

* Remove double const

* Use experimental/filesystem or filesystem depending on compiler

* Port partition_filesystem

* More changes

* More Overhaul

* FSP_SRV fixes

* Fixes and testing

* Try to get filesystem to compile

* Filesystem on linux

* Remove std::filesystem and document/test

* Compile fixes

* Missing include

* Bug fixes

* Fixes

* Rename v_file and v_dir

* clang-format fix

* Rename NGLOG_* to LOG_*

* Most review changes

* Fix TODO

* Guess 'main' to be Directory by filename
2018-07-06 10:51:32 -04:00
..
deconstructed_rom_directory.cpp Virtual Filesystem (#597) 2018-07-06 10:51:32 -04:00
deconstructed_rom_directory.h Virtual Filesystem (#597) 2018-07-06 10:51:32 -04:00
elf.cpp Virtual Filesystem (#597) 2018-07-06 10:51:32 -04:00
elf.h Virtual Filesystem (#597) 2018-07-06 10:51:32 -04:00
linker.cpp Rename logging macro back to LOG_* 2018-07-02 21:45:47 -04:00
linker.h
loader.cpp Virtual Filesystem (#597) 2018-07-06 10:51:32 -04:00
loader.h Virtual Filesystem (#597) 2018-07-06 10:51:32 -04:00
nca.cpp Virtual Filesystem (#597) 2018-07-06 10:51:32 -04:00
nca.h Virtual Filesystem (#597) 2018-07-06 10:51:32 -04:00
nro.cpp Virtual Filesystem (#597) 2018-07-06 10:51:32 -04:00
nro.h Virtual Filesystem (#597) 2018-07-06 10:51:32 -04:00
nso.cpp Virtual Filesystem (#597) 2018-07-06 10:51:32 -04:00
nso.h Virtual Filesystem (#597) 2018-07-06 10:51:32 -04:00