|
fssystem: Implement PartitionFileSystemCore (#856)
* fssystem: implement PartitionFileSystemMetaCore * fssystem: PartitionFileSystemMetaCore cleanup * fs: add IFile::DryWrite, update results * fssystem: implement PartitionFileSystemCore * fssystem: cleanup PartitionFileSystemCore * fssystem: implement Sha256PartitionFileSystem Co-authored-by: Michael Scire <SciresM@gmail.com> |
|---|
|
|
| libraries/libstratosphere/include/stratosphere/fs/fsa/fs_ifile.hpp |
|---|
| libraries/libstratosphere/include/stratosphere/fssystem.hpp |
|---|
| libraries/libstratosphere/include/stratosphere/fssystem/fssystem_partition_file_system.hpp 0 → 100644 |
|---|
| libraries/libstratosphere/include/stratosphere/fssystem/fssystem_partition_file_system_meta.hpp 0 → 100644 |
|---|
| libraries/libstratosphere/source/fssystem/fssystem_partition_file_system.cpp 0 → 100644 |
|---|
| libraries/libstratosphere/source/fssystem/fssystem_partition_file_system_meta.cpp 0 → 100644 |
|---|
| libraries/libvapours/include/vapours.hpp |
|---|
| libraries/libvapours/include/vapours/allocator.hpp 0 → 100644 |
|---|
| libraries/libvapours/include/vapours/results/fs_results.hpp |
|---|