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.cpp
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
2023-09-21
pfs: Fix reading filenames past the buffer end
rkfg
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-05-25
common: fs: Rework the Common Filesystem interface to make use of std::filesy...
Morph
2020-08-23
file_sys: Replace inclusions with forward declarations where applicable
Lioncash
2019-10-13
card_image: Implement system update commands in XCI
Zach Hilman
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-09
loader: Add more descriptive errors
Zach Hilman
2018-07-29
partition_filesystem: Remove dynamic_cast in PrintDebugInfo()
Lioncash
2018-07-23
partition_filesystem: Use std::move where applicable
Lioncash
2018-07-20
partition_filesystem, vfs_real: Add missing standard includes
Lioncash
2018-07-20
partition_filesystem, vfs_real: Use std::move in ReplaceFileWithSubdirectory(...
Lioncash
2018-07-20
partition_filesystem, vfs_real: Use std::distance() instead of subtraction
Lioncash
2018-07-19
partition_filesystem: Return pfs_dirs member variable within GetSubdirectories()
Lioncash
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-07-02
Update clang format
James Rowe
2018-07-02
Rename logging macro back to LOG_*
James Rowe
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-25
file-sys: Move logging macros over to the new fmt-capable ones
Lioncash
2018-04-17
file_sys: Use NGLOG
shinyquagsire23
2018-04-16
file_sys: tweaks
shinyquagsire23
2018-04-16
file_sys: Add HFS/PFS helper component
shinyquagsire23