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
/
nro.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-09-04
bktr: Fix missing includes and optimize style
Zach Hilman
1
-1
/
+1
2018-09-04
loader: Ignore patches on NRO and DRD
Zach Hilman
1
-0
/
+5
2018-08-31
core/core: Replace includes with forward declarations where applicable
Lioncash
1
-0
/
+1
2018-08-29
kernel: Eliminate kernel global state
Lioncash
1
-2
/
+4
2018-08-15
loader: Remove address mapping remnants from citra
Lioncash
1
-1
/
+0
2018-08-10
loader: Add more descriptive errors
Zach Hilman
1
-5
/
+5
2018-08-03
kernel/process: Use accessors instead of class members for referencing segment array
Lioncash
1
-1
/
+1
2018-07-23
nro: Replace inclusion with a forward declaration
Lioncash
1
-0
/
+3
2018-07-23
nro: Make bracing consistent
Lioncash
1
-10
/
+24
2018-07-23
NRO Assets and NACP file format
Zach Hilman
1
-1
/
+78
2018-07-20
loader/{nca, nro}: std::move VirtualFile in the constructors where applicable
Lioncash
1
-1
/
+2
2018-07-19
loader/nro: Resolve sign mismatch warnings
Lioncash
1
-1
/
+1
2018-07-19
Virtual Filesystem 2: Electric Boogaloo (#676)
Zach Hilman
1
-22
/
+10
2018-07-13
More improvements to GDBStub (#653)
Hedges
1
-0
/
+4
2018-07-08
Revert "Virtual Filesystem (#597)"
bunnei
1
-10
/
+22
2018-07-06
Virtual Filesystem (#597)
Zach Hilman
1
-22
/
+10
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
-2
/
+2
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
-1
/
+1
2018-01-18
Fix NRO Entry Point
gdkchan
1
-2
/
+2
2018-01-18
Fix NRO loading
gdkchan
1
-20
/
+9
2018-01-17
Remove relocation on NSO/NRO
gdkchan
1
-9
/
+0
2018-01-13
yuzu: Update license text to be consistent across project.
bunnei
1
-1
/
+1
2017-10-15
core: Refactor MakeMagic usage and remove dead code.
bunnei
1
-3
/
+4
2017-10-10
loader: Various improvements for NSO/NRO loaders.
bunnei
1
-14
/
+3
2017-10-06
loader: Add support for NRO, as well as various fixes and shared linker.
bunnei
1
-0
/
+173