index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
file_sys
/
card_image.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
file_sys/card_image: Remove obsolete TODO
Lioncash
2019-06-12
1
-1
/
+1
*
file_sys/card_image: Deduplicate casts within AddNCAFromPartition()
Lioncash
2019-06-11
1
-3
/
+6
*
file_sys/card_image: Make bracing consistent
Lioncash
2019-06-11
1
-4
/
+8
*
file_sys/card_image: Assign collapsed NCA contents directly to ncas member
Lioncash
2019-06-11
1
-3
/
+1
*
file_sys/card_image: Deduplicate type cast
Lioncash
2019-06-11
1
-4
/
+6
*
file_sys/card_image: Get rid of a magic number
Lioncash
2019-06-11
1
-1
/
+1
*
file_sys/card_image: Use std::array deduction guides
Lioncash
2019-06-11
1
-1
/
+6
*
file_sys: Use common KeyManager in NCA container types
Zach Hilman
2018-11-02
1
-1
/
+1
*
vfs: Remove InterpretAsDirectory and related functions
Zach Hilman
2018-10-19
1
-4
/
+0
*
XCI: Add function for checking the existence of the program NCA
Lioncash
2018-10-16
1
-4
/
+6
*
card_image: Ensure program_nca_status is always initialized
Lioncash
2018-10-03
1
-1
/
+3
*
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-15
1
-7
/
+8
*
nsp: Fix error masking issue with XCI files
Zach Hilman
2018-09-04
1
-3
/
+3
*
card_image: Add program title ID getter
Zach Hilman
2018-09-04
1
-0
/
+4
*
nsp: Comply with style and performance guidelines
Zach Hilman
2018-09-04
1
-0
/
+1
*
card_image: Parse XCI secure partition with NSP
Zach Hilman
2018-09-04
1
-7
/
+26
*
file_sys: Replace includes with forward declarations where applicable
Lioncash
2018-09-04
1
-0
/
+3
*
xci: Ignore NCA files with updates in secure
Zach Hilman
2018-08-24
1
-0
/
+3
*
xci: Fix error masking issue
Zach Hilman
2018-08-23
1
-0
/
+9
*
Merge pull request #1005 from DarkLordZach/registered-fmt
bunnei
2018-08-16
1
-0
/
+4
|
\
|
*
card_image: Add accessor for all NCAs in XCI
Zach Hilman
2018-08-12
1
-0
/
+4
*
|
loader: Make ResultStatus directly compatible with fmt
Lioncash
2018-08-15
1
-2
/
+5
*
|
card_image: Use type aliases to shorten definitions
Lioncash
2018-08-12
1
-3
/
+3
*
|
card_image: Simplify return statement of GetSubdirectories()
Lioncash
2018-08-12
1
-1
/
+1
|
/
*
loader: Add more descriptive errors
Zach Hilman
2018-08-10
1
-7
/
+12
*
loader: Add icon and title support to XCI
Zach Hilman
2018-08-07
1
-0
/
+1
*
Use ErrorEncrypted where applicable and fix no keys crash
Zach Hilman
2018-08-01
1
-0
/
+1
*
Add missing includes and use const where applicable
Zach Hilman
2018-08-01
1
-2
/
+3
*
Make XCI comply to review and style guidelines
Zach Hilman
2018-08-01
1
-9
/
+6
*
Remove files that are not used
Zach Hilman
2018-08-01
1
-0
/
+150