1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-01-18 05:40:11 -06:00
suyu-mirror/src/core/file_sys
Lioncash 2b91386e15 partition_filesystem, vfs_real: Use std::distance() instead of subtraction
This is a little bit more self-documenting on what is being done here.
2018-07-20 22:19:17 -04:00
..
content_archive.cpp content_archive: std::move VirtualFile in NCA's constructor 2018-07-18 23:13:25 -04:00
content_archive.h content_archive: Make IsDirectoryExeFS() take a shared_ptr as a const reference 2018-07-18 23:19:28 -04:00
directory.h Virtual Filesystem 2: Electric Boogaloo (#676) 2018-07-18 18:07:11 -07:00
errors.h Virtual Filesystem 2: Electric Boogaloo (#676) 2018-07-18 18:07:11 -07:00
mode.h Virtual Filesystem 2: Electric Boogaloo (#676) 2018-07-18 18:07:11 -07:00
partition_filesystem.cpp partition_filesystem, vfs_real: Use std::distance() instead of subtraction 2018-07-20 22:19:17 -04:00
partition_filesystem.h partition_filesystem: Ensure all class members of PartitionFilesystem are initialized 2018-07-18 23:45:22 -04:00
program_metadata.cpp Virtual Filesystem 2: Electric Boogaloo (#676) 2018-07-18 18:07:11 -07:00
program_metadata.h Virtual Filesystem 2: Electric Boogaloo (#676) 2018-07-18 18:07:11 -07:00
romfs_factory.cpp Virtual Filesystem 2: Electric Boogaloo (#676) 2018-07-18 18:07:11 -07:00
romfs_factory.h Virtual Filesystem 2: Electric Boogaloo (#676) 2018-07-18 18:07:11 -07:00
savedata_factory.cpp savedata_factory: Make SaveDataDescriptor's DebugInfo() function a const member function 2018-07-18 23:50:07 -04:00
savedata_factory.h savedata_factory: Make SaveDataDescriptor's DebugInfo() function a const member function 2018-07-18 23:50:07 -04:00
sdmc_factory.cpp Virtual Filesystem 2: Electric Boogaloo (#676) 2018-07-18 18:07:11 -07:00
sdmc_factory.h Virtual Filesystem 2: Electric Boogaloo (#676) 2018-07-18 18:07:11 -07:00
vfs_offset.cpp vfs_offset: std::move file and name parameters of OffsetVfsFile 2018-07-20 00:04:54 -04:00
vfs_offset.h vfs_offset: std::move file and name parameters of OffsetVfsFile 2018-07-20 00:04:54 -04:00
vfs_real.cpp partition_filesystem, vfs_real: Use std::distance() instead of subtraction 2018-07-20 22:19:17 -04:00
vfs_real.h Virtual Filesystem 2: Electric Boogaloo (#676) 2018-07-18 18:07:11 -07:00
vfs.cpp vfs: Deduplicate accumulation code in VfsDirectory's GetSize() 2018-07-18 23:03:27 -04:00
vfs.h Virtual Filesystem 2: Electric Boogaloo (#676) 2018-07-18 18:07:11 -07:00