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
/
content_archive.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
vfs: Use existing type aliases consistently
Lioncash
2020-12-10
1
-5
/
+7
*
core: Remove unnecessary enum casts in log calls
Lioncash
2020-12-08
1
-8
/
+11
*
Revert "core: Fix clang build"
bunnei
2020-10-21
1
-2
/
+2
*
core: Fix clang build
Lioncash
2020-10-18
1
-2
/
+2
*
General: Make use of std::nullopt where applicable
Lioncash
2020-09-22
1
-5
/
+5
*
file_sys: Replace inclusions with forward declarations where applicable
Lioncash
2020-08-23
1
-2
/
+3
*
aes_util: Allow SetIV to be non-allocating
Lioncash
2020-08-03
1
-3
/
+4
*
crypto: Make KeyManager a singleton class
FearlessTobi
2020-05-20
1
-3
/
+2
*
common_func: Use std::array for INSERT_PADDING_* macros.
bunnei
2019-11-04
1
-11
/
+28
*
content_archive: Add accessors for Rights ID and SDK Version
Zach Hilman
2019-09-21
1
-0
/
+8
*
Update content_archive.cpp
jonsn0w
2019-06-20
1
-2
/
+2
*
content_archive: Add getter for logo section of NCA
Zach Hilman
2019-01-15
1
-0
/
+6
*
content_archive: Add optional KeyManager parameter to constructor
Zach Hilman
2018-11-02
1
-2
/
+3
*
global: Use std::optional instead of boost::optional (#1578)
Frederic L
2018-10-30
1
-17
/
+16
*
vfs: Remove InterpretAsDirectory and related functions
Zach Hilman
2018-10-19
1
-3
/
+0
*
content_archive: Simpify assignment of bktr_base_romfs in the constructor
Lioncash
2018-10-16
1
-2
/
+1
*
content_archive: Make IsValidNCA() an internally linked function
Lioncash
2018-10-16
1
-1
/
+1
*
content_archive: Simplify rights ID check
Lioncash
2018-10-16
1
-2
/
+2
*
content_archive: Split loading into separate functions
Lioncash
2018-10-16
1
-250
/
+278
*
content_archive: Pass and take NCASectionHeader instance by reference
Lioncash
2018-10-16
1
-2
/
+2
*
content_archive: Move get key log to Trace level
Zach Hilman
2018-10-13
1
-1
/
+1
*
file-sys: Default heavy-weight class destructors in the cpp file
Lioncash
2018-09-20
1
-0
/
+2
*
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-15
1
-3
/
+3
*
bktr: Fix bucket overlap error
Zach Hilman
2018-09-04
1
-3
/
+0
*
nsp: Fix error masking issue with XCI files
Zach Hilman
2018-09-04
1
-2
/
+6
*
bktr: Implement IVFC offset shifting
Zach Hilman
2018-09-04
1
-4
/
+9
*
content_archive: Add BKTR header parsing to NCA
Zach Hilman
2018-09-04
1
-15
/
+156
*
file_sys: Replace includes with forward declarations where applicable
Lioncash
2018-09-04
1
-0
/
+4
*
content_archive: Add update title detection
Zach Hilman
2018-08-24
1
-0
/
+8
*
xts_encryption_layer: Implement XTSEncryptionLayer
Zach Hilman
2018-08-23
1
-1
/
+1
*
loader: Add more descriptive errors
Zach Hilman
2018-08-10
1
-16
/
+70
*
Merge pull request #850 from DarkLordZach/icon-meta
bunnei
2018-08-08
1
-0
/
+4
|
\
|
*
loader: Add icon and title support to XCI
Zach Hilman
2018-08-07
1
-0
/
+4
*
|
content_archive: Add support for titlekey cryptography
Zach Hilman
2018-08-04
1
-7
/
+37
|
/
*
Add missing parameter to files.push_back()
Zach Hilman
2018-08-01
1
-5
/
+5
*
Use more descriptive error codes and messages
Zach Hilman
2018-08-01
1
-2
/
+8
*
Use ErrorEncrypted where applicable and fix no keys crash
Zach Hilman
2018-08-01
1
-15
/
+30
*
Add missing includes and use const where applicable
Zach Hilman
2018-08-01
1
-2
/
+2
*
Make XCI comply to review and style guidelines
Zach Hilman
2018-08-01
1
-30
/
+18
*
Remove files that are not used
Zach Hilman
2018-08-01
1
-30
/
+138
*
RomFS Extraction
Zach Hilman
2018-07-28
1
-15
/
+4
*
content_archive: std::move VirtualFile in NCA's constructor
Lioncash
2018-07-19
1
-1
/
+4
*
Virtual Filesystem 2: Electric Boogaloo (#676)
Zach Hilman
2018-07-19
1
-0
/
+167
*
Revert "Virtual Filesystem (#597)"
bunnei
2018-07-08
1
-164
/
+0
*
Virtual Filesystem (#597)
Zach Hilman
2018-07-06
1
-0
/
+164