index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
filesystem
/
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
Address review comments and fix compilation problems
FearlessTobi
2024-01-25
fs: Replace Mode enum by OpenMode enum
FearlessTobi
2024-01-25
vfs: Move vfs files to their own directory
FearlessTobi
2024-01-11
fsp-srv: use program registry for SetCurrentProcess
Liam
2023-12-18
fs: implement OpenDirectoryMode
Liam
2023-08-15
vfs: expand support for NCA reading
Liam
2023-08-08
core: remove ResultVal type
Liam
2023-02-21
service: refactor server architecture
Liam
2022-06-26
core: Replace all instances of ResultCode with Result
german77
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-09-14
vfs: Partially implement GetFileTimeStampRaw
Morph
2021-06-28
core: Support LayeredFS mod from SDMC directory
lat9nq
2021-06-02
fspsrv: Implement DisableAutoSaveDataCreation (#6355)
Chloe
2020-12-08
fsp_srv: Implement OpenDataStorageWithProgramIndex
Morph
2020-07-30
fs: Rename SaveDataDescriptor to SaveDataAttribute
Morph
2019-10-06
hle/service: Replace global system instance calls with instance-based ones
Lioncash
2019-10-01
bcat: Add FSC accessors for BCAT data
Zach Hilman
2019-09-21
configure_debug: Move reporting option to logging
Zach Hilman
2019-09-21
filesystem: Add const qualification to various accessors
Zach Hilman
2019-09-21
filesystem: Pass Size Getter functions to IFileSystem for sizes
Zach Hilman
2019-09-21
filesystem: Add FileSystemController to deglobalize FS services
Zach Hilman
2019-06-28
fsp-srv: Implement OutputAccessLogToSdCard
Zach Hilman
2019-04-09
Merge pull request #1957 from DarkLordZach/title-provider
bunnei
2019-04-05
service/fsp_srv: Don't pass SaveDataDescriptor instances by value.
Lioncash
2019-03-26
core: Port current uses of RegisteredCache to ContentProvider
Zach Hilman
2018-12-27
filesystem: Populate save data sizes from control data
Zach Hilman
2018-12-03
Merge pull request #1835 from lioncash/cache-global
bunnei
2018-12-01
filesystem: De-globalize registered_cache_union
Lioncash
2018-11-30
service/fsp_srv: Implement CleanDirectoryRecursively
Lioncash
2018-11-18
filesystem: Clear registered union paths on factory creation
Zach Hilman
2018-11-16
Merge pull request #1632 from DarkLordZach/keys-manager-optimizations
bunnei
2018-11-15
Merge pull request #1618 from DarkLordZach/dump-nso
bunnei
2018-11-01
filesystem: Cache RegisteredCacheUnion instead of constructing on demand
Zach Hilman
2018-10-29
bis_factory: Add getter for mod dump root for a title ID
Zach Hilman
2018-10-29
savedata_factory: Expose accessors for SaveDataSpace
Zach Hilman
2018-10-16
file_sys/registered_cache: Use unique_ptr and regular pointers instead of sha...
Lioncash
2018-10-13
filesystem: Make CreateFactories() and InstallInterface() take a VfsFilesyste...
Lioncash
2018-10-05
romfs_factory: Extract packed update setter to new function
Zach Hilman
2018-09-21
filesystem: Add LayeredFS VFS directory getter
Zach Hilman
2018-09-10
hle/service: Default constructors and destructors in the cpp file where appli...
Lioncash
2018-09-04
registration: Add RegisteredCacheUnion
Zach Hilman
2018-08-31
core/core: Replace includes with forward declarations where applicable
Lioncash
2018-08-23
filesystem: Add CreateFactories methods to fs
Zach Hilman
2018-08-21
vfs: Replace mode.h include with forward declarations where applicable
Lioncash
2018-08-20
service/filesystem: Use forward declarations where applicable
Lioncash
2018-08-18
filesystem: Add support for loading of system archives
Zach Hilman
2018-08-11
filesystem: Add Open and Register functions for BISFactory
Zach Hilman
2018-08-08
core: Port core to VfsFilesystem for file access
Zach Hilman
[next]