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
Age
Commit message (
Expand
)
Author
2018-08-31
core/core: Replace includes with forward declarations where applicable
Lioncash
2018-08-27
Merge pull request #1188 from lioncash/unused
bunnei
2018-08-27
vfs_real: Remove unused variable in CreateDirectoryRelative()
Lioncash
2018-08-27
registered_cache: Get rid of variable shadowing in ProcessFiles()
Lioncash
2018-08-24
file_sys/crypto: Fix missing/unnecessary includes
Zach Hilman
2018-08-23
xci: Ignore NCA files with updates in secure
Zach Hilman
2018-08-23
content_archive: Add update title detection
Zach Hilman
2018-08-23
key_manager: Create keys dir if it dosen't exist
Zach Hilman
2018-08-23
file_sys: Cut down on includes and copies
Zach Hilman
2018-08-23
crypto: Eliminate magic constants
Zach Hilman
2018-08-23
file_sys: Implement NAX containers
Zach Hilman
2018-08-23
registration: Add GetEntryUnparsed methods
Zach Hilman
2018-08-23
sdmc_factory: Add SDMC RegisteredCache getter
Zach Hilman
2018-08-23
vfs: Add GetOrCreateDirectoryRelative method
Zach Hilman
2018-08-23
xts_encryption_layer: Implement XTSEncryptionLayer
Zach Hilman
2018-08-23
xci: Fix error masking issue
Zach Hilman
2018-08-22
Merge pull request #1136 from tech4me/master
bunnei
2018-08-21
vfs: Replace mode.h include with forward declarations where applicable
Lioncash
2018-08-21
sdmc_factory: Remove unnecessary core include
Lioncash
2018-08-21
qt/main: Port part of citra(#3411), open savedata works
tech4me
2018-08-20
service/filesystem: Use forward declarations where applicable
Lioncash
2018-08-20
romfs_factory: Remove unnecessary includes and use forward declarations where...
Lioncash
2018-08-20
registration: Add Data_Unknown5 NCAContentType
Zach Hilman
2018-08-18
filesystem: Add support for loading of system archives
Zach Hilman
2018-08-15
common: Namespace hex_util.h/.cpp
Lioncash
2018-08-15
Merge pull request #1005 from DarkLordZach/registered-fmt
bunnei
2018-08-15
loader: Make ResultStatus directly compatible with fmt
Lioncash
2018-08-13
Merge pull request #1032 from lioncash/sanitize
bunnei
2018-08-13
Merge pull request #1031 from lioncash/verbosity
bunnei
2018-08-12
vfs: Make VfsFilesystem constructor explicit
Lioncash
2018-08-12
vfs: Make type hierarchy objects classes instead of structs
Lioncash
2018-08-12
registration: Various style and documentation improvements
Zach Hilman
2018-08-12
vfs: Use sanitized paths within MoveFile() and MoveDirectory()
Lioncash
2018-08-12
card_image: Use type aliases to shorten definitions
Lioncash
2018-08-12
card_image: Simplify return statement of GetSubdirectories()
Lioncash
2018-08-12
made ResultStatus a u16
David Marcec
2018-08-11
registration: Add support for force overwrite of installed
Zach Hilman
2018-08-11
vfs_real: Add CreateFullPath to Create* operations
Zach Hilman
2018-08-11
control_metadata: Remove unnecessary reference to base file
Zach Hilman
2018-08-11
romfs: Remove cyclic shared_ptr leak in romfs code
Zach Hilman
2018-08-11
registration: Update documentation and style
Zach Hilman
2018-08-11
nca_metadata: Remove unnecessary reference to base file
Zach Hilman
2018-08-11
bis_factory: Create NAND dirs if they don't exist
Zach Hilman
2018-08-11
registration: Take RawCopy function as parameter
Zach Hilman
2018-08-11
registered_cache: Fix missing reading from yuzu_meta
Zach Hilman
2018-08-11
file_sys: Comply to style guidelines
Zach Hilman
2018-08-11
qt: Add 'Install to NAND' option to menu
Zach Hilman
2018-08-11
file_sys: Add RegisteredCache
Zach Hilman
2018-08-11
file_sys: Add support for parsing NCA metadata (CNMT)
Zach Hilman
2018-08-11
card_image: Add accessor for all NCAs in XCI
Zach Hilman
[next]