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.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-08-03
kernel/process: Use accessors instead of class members for referencing segment array
Lioncash
1
-1
/
+1
2018-07-20
nso: Silence implicit sign conversion warnings
Lioncash
1
-4
/
+6
2018-07-20
nso: Remove unused function ReadSegment()
Lioncash
1
-13
/
+0
2018-07-19
loader/nso: Check if read succeeded in IdentifyFile() before checking magic value
Lioncash
1
-4
/
+6
2018-07-19
loader/nso: Remove unnecessary vector resizes
Lioncash
1
-4
/
+2
2018-07-19
loader/nso: Resolve sign mismatch warnings
Lioncash
1
-1
/
+1
2018-07-19
Virtual Filesystem 2: Electric Boogaloo (#676)
Zach Hilman
1
-76
/
+17
2018-07-17
General Filesystem and Save Data Fixes (#670)
Zach Hilman
1
-1
/
+1
2018-07-13
More improvements to GDBStub (#653)
Hedges
1
-0
/
+4
2018-07-08
Revert "Virtual Filesystem (#597)"
bunnei
1
-16
/
+75
2018-07-06
Virtual Filesystem (#597)
Zach Hilman
1
-75
/
+16
2018-07-03
Rename logging macro back to LOG_*
James Rowe
1
-2
/
+2
2018-06-21
Add support for decrypted NCA files (#567)
Zach Hilman
1
-11
/
+68
2018-05-02
general: Make formatting of logged hex values more straightforward
Lioncash
1
-1
/
+1
2018-04-27
general: Convert assertion macros over to be fmt-compatible
Lioncash
1
-1
/
+1
2018-04-25
loader: Move old logging macros over to new fmt-capable ones
Lioncash
1
-3
/
+2
2018-04-21
Kernel: Use 0x2C as default main thread priority for homebrew and lone NRO/NSOs
Subv
1
-1
/
+1
2018-03-31
memory: Fix stack region.
bunnei
1
-1
/
+1
2018-03-16
kernel: Move stack region outside of application heap.
bunnei
1
-1
/
+1
2018-03-14
core: Move process creation out of global state.
bunnei
1
-3
/
+2
2018-03-02
Kernel: Store the program id in the Process class instead of the CodeSet class.
Subv
1
-4
/
+4
2018-02-25
loader: Check error on NPDM load, use TID for CodeSet
shinyquagsire23
1
-3
/
+3
2018-02-14
nso: Silence formatting specifier warnings
Lioncash
1
-2
/
+4
2018-01-20
loader: Clean up ctors and includes.
bunnei
1
-0
/
+4
2018-01-20
loader: Refactor to also pass filepath into IdentifyType.
bunnei
1
-2
/
+1
2018-01-20
nso: Remove code specific to directory loading.
bunnei
1
-16
/
+4
2018-01-17
Remove relocation on NSO/NRO
gdkchan
1
-9
/
+1
2018-01-16
clang-format
MerryMage
1
-1
/
+2
2018-01-16
nso: Modify .bss size calculation logic
Rozlette
1
-3
/
+7
2018-01-15
nso: Load subsdk4 if available.
bunnei
1
-1
/
+1
2018-01-13
yuzu: Update license text to be consistent across project.
bunnei
1
-1
/
+1
2018-01-07
nso: Always load the filepath specified by the user.
bunnei
1
-1
/
+3
2017-10-23
nso: Load more common submodules.
bunnei
1
-15
/
+11
2017-10-23
memory: Support 32-bit paging, move heap address space up.
bunnei
1
-1
/
+1
2017-10-15
core: Refactor MakeMagic usage and remove dead code.
bunnei
1
-3
/
+4
2017-10-14
nso: Add a log for loading submodules.
bunnei
1
-0
/
+1
2017-10-10
loader: Various improvements for NSO/NRO loaders.
bunnei
1
-26
/
+24
2017-10-06
loader: Add support for NRO, as well as various fixes and shared linker.
bunnei
1
-128
/
+15
2017-10-04
nso: Fixes to support homebrew NSOs without a MOD header.
bunnei
1
-16
/
+22
2017-09-30
nso: Refactor and allocate .bss section.
bunnei
1
-112
/
+111
2017-09-30
loader: Add support for loading an NSO.
bunnei
1
-0
/
+295