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
*
Merge pull request #1620 from DarkLordZach/ldr-ro
bunnei
2018-11-18
1
-2
/
+5
|
\
|
*
process: Make MirrorMemory take state to map new memory as
Zach Hilman
2018-11-15
1
-2
/
+5
*
|
Merge pull request #1618 from DarkLordZach/dump-nso
bunnei
2018-11-15
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
patch_manager: Add support for dumping decompressed NSOs
Zach Hilman
2018-10-29
1
-1
/
+1
*
|
Merge pull request #1608 from DarkLordZach/save-data-reader
bunnei
2018-11-13
1
-0
/
+5
|
\
\
|
*
|
loader/nro: Call RegisterRomFS from Load
Zach Hilman
2018-10-29
1
-0
/
+5
|
|
/
*
/
global: Use std::optional instead of boost::optional (#1578)
Frederic L
2018-10-30
1
-2
/
+3
|
/
*
loader/nsp: Move secondary loader initialization to constructor
Zach Hilman
2018-10-27
1
-17
/
+20
*
nro: Make LoadNro method accessible outside of apploader code.
bunnei
2018-10-25
2
-6
/
+18
*
XCI: Add function for checking the existence of the program NCA
Lioncash
2018-10-16
1
-2
/
+1
*
nso: Return an optional address from LoadModule
Lioncash
2018-10-15
5
-16
/
+29
*
nso: Make LoadModule take a VfsFile by const reference
Lioncash
2018-10-14
3
-11
/
+9
*
nro: Make LoadNro take a VfsFile by const reference
Lioncash
2018-10-14
2
-6
/
+6
*
kernel/process: Make CodeSet a regular non-inherited object
Lioncash
2018-10-12
3
-43
/
+31
*
patch_manager: Return a std::unique_ptr from ParseControlNCA() and GetControl...
Lioncash
2018-10-09
4
-4
/
+4
*
nso/nro: Use default allocation size for arg_data
Zach Hilman
2018-10-07
4
-14
/
+20
*
cmd: Support passing game arguments from command line
Zach Hilman
2018-10-07
2
-2
/
+2
*
nso/nro: Add NSO arguments structure to data section
Zach Hilman
2018-10-07
4
-3
/
+38
*
romfs_factory: Extract packed update setter to new function
Zach Hilman
2018-10-05
2
-0
/
+11
*
loader: Add getter for packed update
Zach Hilman
2018-10-05
6
-3
/
+58
*
loader: Add ReadRomFSIVFCOffset to NSP, XCI, and NAX loaders
Zach Hilman
2018-10-05
6
-6
/
+20
*
nso: Optimize loading of IPS patches
Zach Hilman
2018-10-02
3
-6
/
+5
*
deconstructed_rom_directory: Force NSO loader to patch NSOs
Zach Hilman
2018-10-01
1
-1
/
+3
*
nso: Add framework to support patching of uncompressed NSOs
Zach Hilman
2018-10-01
2
-2
/
+17
*
nso: Replace NSOHeader padding bytes with build ID
Zach Hilman
2018-10-01
1
-2
/
+1
*
kernel/process: Make data member variables private
Lioncash
2018-09-30
4
-4
/
+4
*
loader: Make the Load() function take a process as a regular reference, not a...
Lioncash
2018-09-29
17
-41
/
+27
*
memory: Dehardcode the use of fixed memory range constants
Lioncash
2018-09-24
4
-22
/
+25
*
process/vm_manager: Amend API to allow reading parameters from NPDM metadata
Lioncash
2018-09-24
4
-25
/
+4
*
Added support for uncompressed NSOs (#1374)
David
2018-09-21
1
-3
/
+12
*
nax: Avoid re-parsing NAX data with GetFileType()
Lioncash
2018-09-19
2
-13
/
+19
*
nax: Avoid unnecessary calls to AsNCA() in IdentifyType()
Lioncash
2018-09-19
1
-4
/
+8
*
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-15
2
-2
/
+2
*
kernel/thread: Include thread-related enums within the kernel namespace
Lioncash
2018-09-13
2
-2
/
+3
*
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
[next]