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
2020-04-20
loader: nro: Fix process initialization using ProgramMetadata default.
bunnei
2
-11
/
+14
2020-04-20
loader: elf: Fix process initialization using ProgramMetadata default.
bunnei
1
-0
/
+5
2020-04-17
loader/nso: Resolve moves not occurring in DecompressSegment
Lioncash
1
-1
/
+1
2020-04-17
loader: nso: Fix loader size and arguments.
bunnei
3
-25
/
+47
2020-04-17
loader: elf/kip/nro: Updates for new VMM.
bunnei
3
-5
/
+7
2020-04-17
core: memory: Move to Core::Memory namespace.
bunnei
4
-6
/
+6
2020-04-17
loader: nso: Fix loading of static objects to be properly sized and aligned.
bunnei
1
-19
/
+9
2020-03-02
core: loader: Remove check for 32-bit.
bunnei
1
-6
/
+0
2020-01-22
loader: provide default arguments (zero byte) to NSOs
Michael Scire
2
-3
/
+10
2020-01-18
core/loaders: Simplify PhysicalMemory usage.
Markus Wick
3
-8
/
+12
2019-09-30
core/loader: Track the NSO build ID of the current process
Zach Hilman
1
-0
/
+1
2019-09-21
nso: Pass build ID directly
Zach Hilman
1
-2
/
+1
2019-09-21
yuzu: Port old usages of Filesystem namespace to FilesystemController
Zach Hilman
5
-5
/
+15
2019-09-08
nro: Implement ReadControlData
Nick Renieris
2
-0
/
+10
2019-07-19
VM_Manager: Align allocated memory to 256bytes
Fernando Sahmkow
4
-4
/
+4
2019-07-02
file_sys: Rename other ContentRecordType members
Bakugo
2
-2
/
+3
2019-06-12
common/hex_util: Combine HexVectorToString() and HexArrayToString()
Lioncash
1
-2
/
+2
2019-06-10
nsp: Correct status codes for extracted NSPs
Zach Hilman
1
-13
/
+12
2019-06-10
nsp: Use title ID from NPDM metadata for extracted type NSPs
Zach Hilman
1
-1
/
+1
2019-06-06
kernel_executable: Optimize BLZ decompression
Zach Hilman
1
-4
/
+8
2019-06-05
loader: Add recognition for KIP file type
Zach Hilman
2
-0
/
+11
2019-06-05
loader: Add KIP and INI file parser-specific errors
Zach Hilman
2
-1
/
+9
2019-06-05
loader: Add AppLoader_KIP for KIP files
Zach Hilman
2
-0
/
+133
2019-05-28
core/loader: Remove LoadKernelSystemMode
Lioncash
1
-11
/
+0
2019-05-26
loader: Move NSO module tracking to AppLoader
Zach Hilman
13
-3
/
+64
2019-05-25
loader/nso: Silence sign-comparison warning
Lioncash
1
-1
/
+1
2019-05-25
core: Track load offsets of NSO modules
Zach Hilman
1
-0
/
+3
2019-04-30
loader/nso: Remove left-in debug pragma
Lioncash
1
-2
/
+0
2019-04-11
core/core: Move process execution start to System's Load()
Lioncash
17
-98
/
+128
2019-04-04
core: Add missing override specifiers where applicable
Lioncash
1
-1
/
+1
2019-03-29
Addressed feedback
unknown
1
-1
/
+0
2019-03-29
core: Do not link LZ4 to core. Use common/data_compression for nso segment de...
unknown
1
-0
/
+1
2019-03-29
Addressed feedback
unknown
1
-4
/
+4
2019-03-29
core: Do not link LZ4 to core. Use common/data_compression for nso segment de...
unknown
1
-10
/
+7
2019-03-27
patch_manager: Dump NSO name with build ID
Zach Hilman
1
-2
/
+4
2019-03-22
kernel/codeset: Make CodeSet's memory data member a regular std::vector
Lioncash
3
-3
/
+3
2019-03-22
loader/nso: Place translation unit specific functions into an anonymous names...
Lioncash
1
-20
/
+21
2019-03-22
file_sys/cheat_engine: Remove use of global system accessors
Lioncash
1
-4
/
+4
2019-03-22
loader/nso: Clean up use of magic constants
Lioncash
1
-4
/
+6
2019-03-22
file_sys/patch_manager: Deduplicate NSO header
Lioncash
2
-50
/
+57
2019-03-22
loader/nso: Fix definition of the NSO header struct
Lioncash
1
-3
/
+15
2019-03-20
kernel: Move CodeSet structure to its own source files
Lioncash
3
-0
/
+3
2019-03-19
loader: Remove Linker class
Lioncash
2
-183
/
+0
2019-03-19
loader: Remove Linker inheritance from NRO and NSO loaders
Lioncash
2
-4
/
+4
2019-03-05
vm_manager: Remove cheat-specific ranges from VMManager
Zach Hilman
3
-11
/
+4
2019-03-04
loader/nso: Set main code region in VMManager
Zach Hilman
3
-2
/
+21
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
[next]