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
/
card_image.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
2023-08-17
file_sys/card_image: support dumps with prepended key area
Liam
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-07-20
file_sys: Support load game collection (#6582)
Feng Chen
2020-11-24
core: loader: Implement support for loading indexed programs.
bunnei
2020-08-23
file_sys: Replace inclusions with forward declarations where applicable
Lioncash
2020-07-01
key_manager: Correct casing of instance()
Lioncash
2020-05-20
crypto: Make KeyManager a singleton class
FearlessTobi
2019-09-22
card_image: Add accessors for raw partitions in XCI
Zach Hilman
2019-09-22
card_image: Lazily load partitions in XCI
Zach Hilman
2019-09-21
card_image: Add accessors for gamecard certificate
Zach Hilman
2019-09-21
card_image: Add functions to query gamecard update partition
Zach Hilman
2018-11-20
file_sys/card_image: Provide named members for the GamecardInfo struct
Lioncash
2018-11-01
file_sys: Use common KeyManager in NCA container types
Zach Hilman
2018-10-19
vfs: Remove InterpretAsDirectory and related functions
Zach Hilman
2018-10-16
XCI: Add function for checking the existence of the program NCA
Lioncash
2018-09-04
main: Only show DRD deprecation warning once
Zach Hilman
2018-09-04
card_image: Add program title ID getter
Zach Hilman
2018-09-04
nsp: Comply with style and performance guidelines
Zach Hilman
2018-09-04
card_image: Parse XCI secure partition with NSP
Zach Hilman
2018-09-03
file_sys: Replace includes with forward declarations where applicable
Lioncash
2018-08-23
xci: Fix error masking issue
Zach Hilman
2018-08-15
Merge pull request #1005 from DarkLordZach/registered-fmt
bunnei
2018-08-12
card_image: Use type aliases to shorten definitions
Lioncash
2018-08-11
card_image: Add accessor for all NCAs in XCI
Zach Hilman
2018-08-01
Add missing includes and use const where applicable
Zach Hilman
2018-08-01
Remove files that are not used
Zach Hilman