index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
loader
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-01-15
loader: Propagate NCA logo section to ReadBanner and ReadLogo
Zach Hilman
9
-0
/
+61
2018-12-28
web_browser: Add bounds checking to applet interface
Zach Hilman
2
-2
/
+0
2018-12-28
loader: Add accessor for Manual RomFS
Zach Hilman
5
-0
/
+30
2018-12-27
loader: Add accessor for game control data
Zach Hilman
5
-9
/
+14
2018-12-21
kernel/process: Hook up the process capability parser to the process itself
Lioncash
3
-2
/
+9
2018-12-05
loaders: Make GetFileType() a const qualified member function
Lioncash
10
-10
/
+10
2018-12-03
loader: Add support for reading the name of game's developer
Zach Hilman
5
-0
/
+26
2018-12-02
loader/nso: Remove dependency on the System class
Lioncash
3
-8
/
+11
2018-12-02
loader/nro: Make the static LoadNro function internally linked
Lioncash
2
-7
/
+5
2018-12-02
loader/nro: Remove dependency on the System class
Lioncash
2
-10
/
+13
2018-11-15
process: Make MirrorMemory take state to map new memory as
Zach Hilman
1
-2
/
+5
2018-10-30
global: Use std::optional instead of boost::optional (#1578)
Frederic L
1
-2
/
+3
2018-10-29
patch_manager: Add support for dumping decompressed NSOs
Zach Hilman
1
-1
/
+1
2018-10-29
loader/nro: Call RegisterRomFS from Load
Zach Hilman
1
-0
/
+5
2018-10-27
loader/nsp: Move secondary loader initialization to constructor
Zach Hilman
1
-17
/
+20
2018-10-25
nro: Make LoadNro method accessible outside of apploader code.
bunnei
2
-6
/
+18
2018-10-16
XCI: Add function for checking the existence of the program NCA
Lioncash
1
-2
/
+1
2018-10-15
nso: Return an optional address from LoadModule
Lioncash
5
-16
/
+29
2018-10-14
nso: Make LoadModule take a VfsFile by const reference
Lioncash
3
-11
/
+9
2018-10-14
nro: Make LoadNro take a VfsFile by const reference
Lioncash
2
-6
/
+6
2018-10-12
kernel/process: Make CodeSet a regular non-inherited object
Lioncash
3
-43
/
+31
2018-10-09
patch_manager: Return a std::unique_ptr from ParseControlNCA() and GetControl...
Lioncash
4
-4
/
+4
2018-10-07
nso/nro: Use default allocation size for arg_data
Zach Hilman
4
-14
/
+20
2018-10-07
cmd: Support passing game arguments from command line
Zach Hilman
2
-2
/
+2
2018-10-07
nso/nro: Add NSO arguments structure to data section
Zach Hilman
4
-3
/
+38
2018-10-05
romfs_factory: Extract packed update setter to new function
Zach Hilman
2
-0
/
+11
2018-10-05
loader: Add getter for packed update
Zach Hilman
6
-3
/
+58
2018-10-05
loader: Add ReadRomFSIVFCOffset to NSP, XCI, and NAX loaders
Zach Hilman
6
-6
/
+20
2018-10-02
nso: Optimize loading of IPS patches
Zach Hilman
3
-6
/
+5
2018-10-01
deconstructed_rom_directory: Force NSO loader to patch NSOs
Zach Hilman
1
-1
/
+3
2018-10-01
nso: Add framework to support patching of uncompressed NSOs
Zach Hilman
2
-2
/
+17
2018-10-01
nso: Replace NSOHeader padding bytes with build ID
Zach Hilman
1
-2
/
+1
2018-09-30
kernel/process: Make data member variables private
Lioncash
4
-4
/
+4
2018-09-29
loader: Make the Load() function take a process as a regular reference, not a...
Lioncash
17
-41
/
+27
2018-09-24
memory: Dehardcode the use of fixed memory range constants
Lioncash
4
-22
/
+25
2018-09-24
process/vm_manager: Amend API to allow reading parameters from NPDM metadata
Lioncash
4
-25
/
+4
2018-09-21
Added support for uncompressed NSOs (#1374)
David
1
-3
/
+12
2018-09-19
nax: Avoid re-parsing NAX data with GetFileType()
Lioncash
2
-13
/
+19
2018-09-19
nax: Avoid unnecessary calls to AsNCA() in IdentifyType()
Lioncash
1
-4
/
+8
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2
-2
/
+2
2018-09-13
kernel/thread: Include thread-related enums within the kernel namespace
Lioncash
2
-2
/
+3
2018-09-04
bktr: Fix bucket overlap error
Zach Hilman
1
-2
/
+2
2018-09-04
drd: Parse title ID from program metadata
Zach Hilman
1
-1
/
+8
2018-09-04
patch_manager: Centralize Control-type NCA parsing
Zach Hilman
2
-33
/
+8
2018-09-04
game_list: Fix version display on non-NAND titles
Zach Hilman
1
-1
/
+10
2018-09-04
bktr: Implement IVFC offset shifting
Zach Hilman
3
-0
/
+16
2018-09-04
bktr: Fix missing includes and optimize style
Zach Hilman
5
-5
/
+5
2018-09-04
loader: Add BKTR-specific error messages and codes
Zach Hilman
2
-7
/
+24
2018-09-04
loader: Ignore patches on NRO and DRD
Zach Hilman
4
-0
/
+11
2018-09-04
patch_manager: Add usages of patches to ExeFS
Zach Hilman
3
-8
/
+30
[next]