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.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-08-21
Merge pull request #11309 from liamwhite/full-xci
liamwhite
2023-08-17
file_sys/card_image: support dumps with prepended key area
Liam
2023-08-16
file_sys: tolerate empty NCA
Liam
2023-08-15
fssystem: rework for yuzu style
Liam
2023-08-15
vfs: expand support for NCA reading
Liam
2022-10-22
general: Resolve -Wunused-lambda-capture and C5233
Morph
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-11-03
core: Remove unused includes
ameerj
2021-07-20
file_sys: Support load game collection (#6582)
Feng Chen
2021-05-02
file_sys: Resolve cases of variable shadowing
Lioncash
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-05-20
crypto: Make KeyManager a singleton class
FearlessTobi
2019-10-13
card_image: Implement system update commands in XCI
Zach Hilman
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
2019-06-12
file_sys/card_image: Remove obsolete TODO
Lioncash
2019-06-10
file_sys/card_image: Deduplicate casts within AddNCAFromPartition()
Lioncash
2019-06-10
file_sys/card_image: Make bracing consistent
Lioncash
2019-06-10
file_sys/card_image: Assign collapsed NCA contents directly to ncas member
Lioncash
2019-06-10
file_sys/card_image: Deduplicate type cast
Lioncash
2019-06-10
file_sys/card_image: Get rid of a magic number
Lioncash
2019-06-10
file_sys/card_image: Use std::array deduction guides
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-10-02
card_image: Ensure program_nca_status is always initialized
Lioncash
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-04
nsp: Fix error masking issue with XCI files
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: Ignore NCA files with updates in secure
Zach Hilman
2018-08-23
xci: Fix error masking issue
Zach Hilman
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-12
card_image: Use type aliases to shorten definitions
Lioncash
2018-08-12
card_image: Simplify return statement of GetSubdirectories()
Lioncash
2018-08-11
card_image: Add accessor for all NCAs in XCI
Zach Hilman
2018-08-09
loader: Add more descriptive errors
Zach Hilman
2018-08-06
loader: Add icon and title support to XCI
Zach Hilman
2018-08-01
Use ErrorEncrypted where applicable and fix no keys crash
Zach Hilman
2018-08-01
Add missing includes and use const where applicable
Zach Hilman
2018-08-01
Make XCI comply to review and style guidelines
Zach Hilman
[next]