index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
file_sys
/
partition_filesystem.h
Age
Commit message (
Expand
)
Author
2025-01-14
Revert incorrect copyright attribution for non-contributed files
Zephyron
2024-12-31
chore: update project references and add Citron copyright
Zephyron
2024-01-25
vfs: Move vfs files to their own directory
FearlessTobi
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2020-08-23
file_sys: Replace inclusions with forward declarations where applicable
Lioncash
2019-09-22
pfs: Provide accessors for file sizes and offsets
Zach Hilman
2018-10-19
vfs: Remove InterpretAsDirectory and related functions
Zach Hilman
2018-09-19
file-sys: Default heavy-weight class destructors in the cpp file
Lioncash
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-08-12
made ResultStatus a u16
David Marcec
2018-07-18
partition_filesystem: Ensure all class members of PartitionFilesystem are ini...
Lioncash
2018-07-18
Virtual Filesystem 2: Electric Boogaloo (#676)
Zach Hilman
2018-07-07
Revert "Virtual Filesystem (#597)"
bunnei
2018-07-06
Virtual Filesystem (#597)
Zach Hilman
2018-06-21
Add support for decrypted NCA files (#567)
Zach Hilman
2018-06-20
Build: Fixed some MSVC warnings in various parts of the code.
Subv
2018-04-16
file_sys: tweaks
shinyquagsire23
2018-04-16
file_sys: Add HFS/PFS helper component
shinyquagsire23