index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
loader
/
nso.h
Age
Commit message (
Expand
)
Author
2018-10-15
nso: Return an optional address from LoadModule
Lioncash
2018-10-14
nso: Make LoadModule take a VfsFile by const reference
Lioncash
2018-10-07
nso/nro: Use default allocation size for arg_data
Zach Hilman
2018-10-07
nso/nro: Add NSO arguments structure to data section
Zach Hilman
2018-10-02
nso: Optimize loading of IPS patches
Zach Hilman
2018-10-01
nso: Add framework to support patching of uncompressed NSOs
Zach Hilman
2018-09-29
loader: Make the Load() function take a process as a regular reference, not a...
Lioncash
2018-08-01
kernel: Move object class to its own source files
Lioncash
2018-07-18
Virtual Filesystem 2: Electric Boogaloo (#676)
Zach Hilman
2018-07-07
Revert "Virtual Filesystem (#597)"
bunnei
2018-07-06
Virtual Filesystem (#597)
Zach Hilman
2018-06-21
Add support for decrypted NCA files (#567)
Zach Hilman
2018-03-01
Kernel: Store the program id in the Process class instead of the CodeSet class.
Subv
2018-02-25
loader: Check error on NPDM load, use TID for CodeSet
shinyquagsire23
2018-01-20
loader: Clean up ctors and includes.
bunnei
2018-01-20
loader: Refactor to also pass filepath into IdentifyType.
bunnei
2018-01-20
nso: Remove code specific to directory loading.
bunnei
2018-01-17
Remove relocation on NSO/NRO
gdkchan
2018-01-16
clang-format
MerryMage
2018-01-13
yuzu: Update license text to be consistent across project.
bunnei
2017-10-09
Merge remote-tracking branch 'upstream/master' into nx
bunnei
2017-10-09
loader: Various improvements for NSO/NRO loaders.
bunnei
2017-10-05
loader: Add support for NRO, as well as various fixes and shared linker.
bunnei
2017-10-03
nso: Fixes to support homebrew NSOs without a MOD header.
bunnei
2017-09-30
nso: Refactor and allocate .bss section.
bunnei
2017-09-30
loader: Add support for loading an NSO.
bunnei