index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
loader
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bktr: Fix bucket overlap error
Zach Hilman
2018-09-04
1
-2
/
+2
*
drd: Parse title ID from program metadata
Zach Hilman
2018-09-04
1
-1
/
+8
*
patch_manager: Centralize Control-type NCA parsing
Zach Hilman
2018-09-04
2
-33
/
+8
*
game_list: Fix version display on non-NAND titles
Zach Hilman
2018-09-04
1
-1
/
+10
*
bktr: Implement IVFC offset shifting
Zach Hilman
2018-09-04
3
-0
/
+16
*
bktr: Fix missing includes and optimize style
Zach Hilman
2018-09-04
5
-5
/
+5
*
loader: Add BKTR-specific error messages and codes
Zach Hilman
2018-09-04
2
-7
/
+24
*
loader: Ignore patches on NRO and DRD
Zach Hilman
2018-09-04
4
-0
/
+11
*
patch_manager: Add usages of patches to ExeFS
Zach Hilman
2018-09-04
3
-8
/
+30
*
main: Only show DRD deprecation warning once
Zach Hilman
2018-09-04
1
-1
/
+1
*
nsp: Comply with style and performance guidelines
Zach Hilman
2018-09-04
2
-3
/
+10
*
loader: Add AppLoader for NSP files
Zach Hilman
2018-09-04
2
-0
/
+182
*
card_image: Parse XCI secure partition with NSP
Zach Hilman
2018-09-04
1
-4
/
+3
*
drd: Load title ID from program metadata
Zach Hilman
2018-09-04
1
-3
/
+1
*
loader: Add NSP file type and NSP-specific errors
Zach Hilman
2018-09-04
2
-2
/
+14
*
vfs_real: Forward declare IOFile
Lioncash
2018-09-02
2
-5
/
+6
*
core/core: Replace includes with forward declarations where applicable
Lioncash
2018-08-31
4
-0
/
+4
*
kernel: Eliminate kernel global state
Lioncash
2018-08-28
4
-7
/
+16
*
file_sys/crypto: Fix missing/unnecessary includes
Zach Hilman
2018-08-24
1
-1
/
+0
*
file_sys: Cut down on includes and copies
Zach Hilman
2018-08-23
2
-4
/
+11
*
loader: Add new NAX-specific errors and messages
Zach Hilman
2018-08-23
2
-1
/
+27
*
nax: Add AppLoader_NAX and update loader to support it
Zach Hilman
2018-08-23
4
-2
/
+121
*
xci: Fix error masking issue
Zach Hilman
2018-08-23
1
-5
/
+6
*
service/filesystem: Use forward declarations where applicable
Lioncash
2018-08-20
2
-0
/
+2
*
Merge pull request #1075 from lioncash/include
bunnei
2018-08-16
4
-35
/
+22
|
\
|
*
loader/nca: Remove unnecessary includes and member variables
Lioncash
2018-08-15
2
-20
/
+11
|
*
loader/xci: Remove unnecessary includes and member variables
Lioncash
2018-08-15
2
-15
/
+11
*
|
Merge pull request #1005 from DarkLordZach/registered-fmt
bunnei
2018-08-15
1
-0
/
+2
|
\
\
|
*
|
loader: Recognize filename '00' as NCA
Zach Hilman
2018-08-11
1
-0
/
+2
*
|
|
loader: Make ResultStatus directly compatible with fmt
Lioncash
2018-08-15
2
-10
/
+6
*
|
|
loader: Remove address mapping remnants from citra
Lioncash
2018-08-14
6
-17
/
+0
|
|
/
|
/
|
*
|
made ResultStatus a u16
David Marcec
2018-08-12
1
-1
/
+1
*
|
Fixed invalid cast in loader
David Marcec
2018-08-12
1
-1
/
+1
|
/
*
loader: Add more descriptive errors
Zach Hilman
2018-08-09
7
-31
/
+111
*
loader: Remove unused IdentifyFile overload
Zach Hilman
2018-08-08
2
-12
/
+0
*
Merge pull request #850 from DarkLordZach/icon-meta
bunnei
2018-08-08
8
-8
/
+115
|
\
|
*
loader: Add icon and title support to XCI
Zach Hilman
2018-08-06
3
-3
/
+37
|
*
Use const where applicable
Zach Hilman
2018-08-06
1
-1
/
+1
|
*
Avoid parsing RomFS to directory in NCA
Zach Hilman
2018-08-06
6
-6
/
+79
*
|
loader: Fix scope error in DeconstructedRomDirectory
Zach Hilman
2018-08-07
1
-1
/
+1
|
/
*
loader: Make AppLoader_NCA rely on directory loading code
Zach Hilman
2018-08-05
4
-37
/
+24
*
Merge pull request #849 from DarkLordZach/xci
bunnei
2018-08-04
6
-7
/
+145
|
\
|
*
Fix merge conflicts with opus and update docs
Zach Hilman
2018-08-01
1
-0
/
+2
|
*
Use more descriptive error codes and messages
Zach Hilman
2018-08-01
2
-2
/
+3
|
*
Use ErrorEncrypted where applicable and fix no keys crash
Zach Hilman
2018-08-01
1
-0
/
+4
|
*
Add missing includes and use const where applicable
Zach Hilman
2018-08-01
1
-0
/
+3
|
*
Make XCI comply to review and style guidelines
Zach Hilman
2018-08-01
2
-5
/
+5
|
*
Remove files that are not used
Zach Hilman
2018-08-01
6
-6
/
+134
*
|
kernel/process: Use accessors instead of class members for referencing segmen...
Lioncash
2018-08-03
3
-5
/
+5
*
|
kernel: Move object class to its own source files
Lioncash
2018-08-01
5
-5
/
+5
|
/
[next]