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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
general: Make formatting of logged hex values more straightforward
Lioncash
2018-05-02
1
-1
/
+1
*
general: Convert assertion macros over to be fmt-compatible
Lioncash
2018-04-27
1
-1
/
+1
*
loader: Move old logging macros over to new fmt-capable ones
Lioncash
2018-04-25
1
-3
/
+2
*
Kernel: Use 0x2C as default main thread priority for homebrew and lone NRO/NSOs
Subv
2018-04-21
1
-1
/
+1
*
memory: Fix stack region.
bunnei
2018-03-31
1
-1
/
+1
*
kernel: Move stack region outside of application heap.
bunnei
2018-03-16
1
-1
/
+1
*
core: Move process creation out of global state.
bunnei
2018-03-14
1
-3
/
+2
*
Kernel: Store the program id in the Process class instead of the CodeSet class.
Subv
2018-03-02
1
-4
/
+4
*
loader: Check error on NPDM load, use TID for CodeSet
shinyquagsire23
2018-02-25
1
-3
/
+3
*
nso: Silence formatting specifier warnings
Lioncash
2018-02-14
1
-2
/
+4
*
loader: Clean up ctors and includes.
bunnei
2018-01-20
1
-0
/
+4
*
loader: Refactor to also pass filepath into IdentifyType.
bunnei
2018-01-20
1
-2
/
+1
*
nso: Remove code specific to directory loading.
bunnei
2018-01-20
1
-16
/
+4
*
Remove relocation on NSO/NRO
gdkchan
2018-01-17
1
-9
/
+1
*
Merge pull request #44 from Rozelette/master
bunnei
2018-01-16
1
-3
/
+7
|
\
|
*
nso: Modify .bss size calculation logic
Rozlette
2018-01-16
1
-3
/
+7
*
|
clang-format
MerryMage
2018-01-16
1
-1
/
+2
|
/
*
nso: Load subsdk4 if available.
bunnei
2018-01-15
1
-1
/
+1
*
yuzu: Update license text to be consistent across project.
bunnei
2018-01-13
1
-1
/
+1
*
nso: Always load the filepath specified by the user.
bunnei
2018-01-07
1
-1
/
+3
*
nso: Load more common submodules.
bunnei
2017-10-23
1
-15
/
+11
*
memory: Support 32-bit paging, move heap address space up.
bunnei
2017-10-23
1
-1
/
+1
*
core: Refactor MakeMagic usage and remove dead code.
bunnei
2017-10-15
1
-3
/
+4
*
nso: Add a log for loading submodules.
bunnei
2017-10-14
1
-0
/
+1
*
Merge remote-tracking branch 'upstream/master' into nx
bunnei
2017-10-10
1
-6
/
+6
*
loader: Various improvements for NSO/NRO loaders.
bunnei
2017-10-10
1
-26
/
+24
*
loader: Add support for NRO, as well as various fixes and shared linker.
bunnei
2017-10-06
1
-128
/
+15
*
nso: Fixes to support homebrew NSOs without a MOD header.
bunnei
2017-10-04
1
-16
/
+22
*
nso: Refactor and allocate .bss section.
bunnei
2017-09-30
1
-112
/
+111
*
loader: Add support for loading an NSO.
bunnei
2017-09-30
1
-0
/
+295