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
/
loader
/
nso.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
loader: nso: Fix loader size and arguments.
bunnei
2020-04-17
1
-2
/
+1
*
loader: provide default arguments (zero byte) to NSOs
Michael Scire
2020-01-23
1
-0
/
+2
*
loader: Move NSO module tracking to AppLoader
Zach Hilman
2019-05-26
1
-0
/
+5
*
core/core: Move process execution start to System's Load()
Lioncash
2019-04-12
1
-1
/
+1
*
file_sys/patch_manager: Deduplicate NSO header
Lioncash
2019-03-22
1
-0
/
+39
*
loader: Remove Linker inheritance from NRO and NSO loaders
Lioncash
2019-03-20
1
-2
/
+2
*
loaders: Make GetFileType() a const qualified member function
Lioncash
2018-12-05
1
-1
/
+1
*
loader/nso: Remove dependency on the System class
Lioncash
2018-12-03
1
-2
/
+6
*
nso: Return an optional address from LoadModule
Lioncash
2018-10-15
1
-3
/
+4
*
nso: Make LoadModule take a VfsFile by const reference
Lioncash
2018-10-15
1
-1
/
+2
*
nso/nro: Use default allocation size for arg_data
Zach Hilman
2018-10-07
1
-0
/
+2
*
nso/nro: Add NSO arguments structure to data section
Zach Hilman
2018-10-07
1
-1
/
+8
*
nso: Optimize loading of IPS patches
Zach Hilman
2018-10-02
1
-1
/
+1
*
nso: Add framework to support patching of uncompressed NSOs
Zach Hilman
2018-10-01
1
-1
/
+3
*
loader: Make the Load() function take a process as a regular reference, not a SharedPtr
Lioncash
2018-09-29
1
-3
/
+1
*
kernel: Move object class to its own source files
Lioncash
2018-08-02
1
-1
/
+1
*
Virtual Filesystem 2: Electric Boogaloo (#676)
Zach Hilman
2018-07-19
1
-12
/
+5
*
Revert "Virtual Filesystem (#597)"
bunnei
2018-07-08
1
-5
/
+12
*
Virtual Filesystem (#597)
Zach Hilman
2018-07-06
1
-12
/
+5
*
Add support for decrypted NCA files (#567)
Zach Hilman
2018-06-21
1
-0
/
+3
*
Kernel: Store the program id in the Process class instead of the CodeSet class.
Subv
2018-03-02
1
-1
/
+1
*
loader: Check error on NPDM load, use TID for CodeSet
shinyquagsire23
2018-02-25
1
-1
/
+1
*
loader: Clean up ctors and includes.
bunnei
2018-01-20
1
-3
/
+1
*
loader: Refactor to also pass filepath into IdentifyType.
bunnei
2018-01-20
1
-4
/
+3
*
nso: Remove code specific to directory loading.
bunnei
2018-01-20
1
-1
/
+2
*
Remove relocation on NSO/NRO
gdkchan
2018-01-17
1
-1
/
+1
*
clang-format
MerryMage
2018-01-16
1
-2
/
+1
*
yuzu: Update license text to be consistent across project.
bunnei
2018-01-13
1
-1
/
+1
*
Merge remote-tracking branch 'upstream/master' into nx
bunnei
2017-10-10
1
-1
/
+1
*
loader: Various improvements for NSO/NRO loaders.
bunnei
2017-10-10
1
-5
/
+3
*
loader: Add support for NRO, as well as various fixes and shared linker.
bunnei
2017-10-06
1
-18
/
+2
*
nso: Fixes to support homebrew NSOs without a MOD header.
bunnei
2017-10-04
1
-1
/
+1
*
nso: Refactor and allocate .bss section.
bunnei
2017-09-30
1
-1
/
+24
*
loader: Add support for loading an NSO.
bunnei
2017-09-30
1
-0
/
+38