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
/
submission_package.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
core: Make variable shadowing a compile-time error
Lioncash
2021-05-16
1
-2
/
+2
*
file_sys: Resolve cases of variable shadowing
Lioncash
2021-05-02
1
-4
/
+4
*
core: loader: Implement support for loading indexed programs.
bunnei
2020-11-25
1
-3
/
+3
*
Merge pull request #3929 from FearlessTobi/ticket-keys
bunnei
2020-10-13
1
-32
/
+29
|
\
|
*
file_sys/nsp: Make SetTicketKeys actually do something
FearlessTobi
2020-07-18
1
-32
/
+29
*
|
submission_package: Fix updates integrated into cartridge images.
Morph
2020-09-24
1
-3
/
+22
*
|
submission_package: Account for multi-content NSPs
Morph
2020-09-18
1
-5
/
+5
*
|
file_sys: Replace inclusions with forward declarations where applicable
Lioncash
2020-08-23
1
-1
/
+1
|
/
*
key_manager: Correct casing of instance()
Lioncash
2020-07-01
1
-1
/
+1
*
crypto: Make KeyManager a singleton class
FearlessTobi
2020-05-20
1
-2
/
+2
*
submisson_package: Fix edge case with improperly sized filenames
Zach Hilman
2019-09-21
1
-1
/
+2
*
Merge pull request #2576 from DarkLordZach/nsp-fix-1
David
2019-09-21
1
-0
/
+26
|
\
|
*
nsp: Correct status codes for extracted NSPs
Zach Hilman
2019-06-10
1
-0
/
+5
|
*
nsp: Use title ID from NPDM metadata for extracted type NSPs
Zach Hilman
2019-06-10
1
-0
/
+21
*
|
file_sys/submission_package: Don't warn about missing DeltaFragment NCAs
Bakugo
2019-07-01
1
-4
/
+7
*
|
common/hex_util: Combine HexVectorToString() and HexArrayToString()
Lioncash
2019-06-12
1
-5
/
+8
|
/
*
core: Port current uses of RegisteredCache to ContentProvider
Zach Hilman
2019-03-27
1
-6
/
+7
*
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
*
romfs_factory: Extract packed update setter to new function
Zach Hilman
2018-10-05
1
-1
/
+4
*
submission_package: Avoid dangling std::string_view within SetTicketKeys()
Lioncash
2018-10-03
1
-2
/
+5
*
submission_package: Correct location of null check within SetTicketKeys()
Lioncash
2018-10-03
1
-3
/
+6
*
submission_package: Use std::string's rfind() when looking for the extension in InitializeExeFSAndRomFS()
Lioncash
2018-10-03
1
-1
/
+1
*
submission_package: Ensure the 'extracted' member variable is always initialized
Lioncash
2018-10-03
1
-2
/
+0
*
submission_package: Move ExeFS and RomFS initialization to its own function
Lioncash
2018-10-03
1
-10
/
+17
*
submission_package: Move NCA reading code to its own function
Lioncash
2018-10-03
1
-43
/
+46
*
submission_package: Move ticket key setting to its own function
Lioncash
2018-10-03
1
-21
/
+28
*
submission_package: Invert conditionals within NSP's constructor to reduce nesting
Lioncash
2018-10-03
1
-45
/
+49
*
Merge pull request #1242 from lioncash/file-sys
bunnei
2018-09-06
1
-3
/
+9
|
\
|
*
file_sys/submission_package: Correct constructor initialization list order
Lioncash
2018-09-05
1
-2
/
+2
|
*
file_sys/submission_package: Replace includes with forward declarations where applicable
Lioncash
2018-09-05
1
-1
/
+7
*
|
nsp: Fix error masking issue with XCI files
Zach Hilman
2018-09-04
1
-1
/
+4
|
/
*
main: Only show DRD deprecation warning once
Zach Hilman
2018-09-04
1
-0
/
+1
*
nsp: Comply with style and performance guidelines
Zach Hilman
2018-09-04
1
-24
/
+33
*
file_sys: Add Nintendo Submission Package (NSP)
Zach Hilman
2018-09-04
1
-0
/
+226